http://qs1969.pair.com?node_id=433956


in reply to Re: LWP post
in thread LWP post

Let me know what do do the follwoing :

my $ua->agent("MyApp/0.1 ");

and what is MyApp/0.1

Replies are listed 'Best First'.
Re^3: LWP post
by ikegami (Patriarch) on Feb 24, 2005 at 05:46 UTC

    (The my shouldn't be there.)

    The line is optional. It tells LWP what to put in the User-Agent field of the HTTP request, which is pretty much a free-format field. The default is indicates LWP is being used and which version of LWP is being used.

    Some web servers use this to return content specific for the browser identified by the string. Some web servers log this to monitor which browsers its users use.