start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: crack Chapter 17
The LWP Library
Next: Reference: eparams
 

default_port

 $

url


->default_port
([

port

])

When invoked with no parameters, this method returns the default port for the URL defined in the object. The default port is based on the scheme used. Even if the port for the URL is explicitly changed by the user with the port method, the default port is always the same.


Previous: Reference: crack Perl in a Nutshell Next: Reference: eparams
Reference: crack Book Index Reference: eparams