newbie LWP::UserAgent questions
am 14.08.2006 02:10:14 von aHi
I would like to use LWP::UserAgent to login the web site and process the web
content. Then I should use $ua -> credentials($netloc, $realm, $uname,
$pass)
What is $netloc, $realm, $uname, and $pass?
Can someone post an example to demonstrate?
Thanks