use LWP::UserAgent; $ua = new LWP::UserAgent; $req = new HTTP::Request (GET => 'http://my.webpage.org/keepout'); $req->authorization_basic('username', 'password'); # do what you want here: print $ua->request($req)->as_string;
In reply to RE: I am looking at entering a website.
by chromatic
in thread I am looking at entering a website.
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |