Hi all i'm new to perl. I'm trying to download file using LWP::UserAgent module from "http://www.abcd.com/thisfile.zip" but, i need to supply user name & password first before downloading that file. how to do that using LWP::UserAgent? for example, user name = "user" and password = "password" i have read the LWP::UserAgent manual, i found method below : "$ua->credentials($netloc, $realm, $uname, $pass)" but i do not understand what is $netloc and $realm is...
Thank you [sorry about my bad english]