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


in reply to log into a website via perl client

install libwww-perl-5.76.tar.gz

then type perldoc lwpcook for your own copy of this handy recipe :)

ACCESS TO PROTECTED DOCUMENTS Documents protected by basic authorization can easily be access +ed like this: use LWP::UserAgent; $ua = LWP::UserAgent->new; $req = HTTP::Request->new(GET => 'http://www.linpro.no/secret +/'); $req->authorization_basic('aas', 'mypassword'); print $ua->request($req)->as_string;

Sol-Invictus

You spend twenty years learning the spell that makes nude virgins appear in your bedroom, and then you're so poisoned by quicksilver fumes and half-blind from reading old grimoires that you can't remember what happens next.