Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: env_proxyChapter 17
The LWP Library
Next: Reference: get_basic_credentials
 

from

 $ua->from([email])

When invoked with no arguments, this method returns the current value of the email address used in the From header. If invoked with an argument, the From header will use that email address in the future. (The From header tells the web server the email address of the person running the client software.)


Previous: Reference: env_proxyPerl in a NutshellNext: Reference: get_basic_credentials
Reference: env_proxyBook IndexReference: get_basic_credentials