Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: relChapter 17
The LWP Library
Next: Reference: strict
 

scheme

 $url->scheme([scheme])

When invoked with no parameters, this method returns the scheme in the URL defined in the object. When invoked with a parameter, the object's scheme is assigned to that value.


Previous: Reference: relPerl in a NutshellNext: Reference: strict
Reference: relBook IndexReference: strict