Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: strictChapter 17
The LWP Library
Next: 17. The LWP Library
 

user

 $url->user([username])

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


Previous: Reference: strictPerl in a NutshellNext: 17. The LWP Library
Reference: strictBook Index17. The LWP Library