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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: request Chapter 17
The LWP Library
Next: Reference: clone
 

agent

 $

ua


->agent
([

string

])

When invoked with no arguments, this method returns the current value of the identifier used in the User-Agent HTTP header. If invoked with an argument, the User-Agent header will use string as its identifier in the future.


Previous: Reference: request Perl in a Nutshell Next: Reference: clone
Reference: request Book Index Reference: clone