And if you're thinking of writing a votebot, don't. :)# UNTESTED use HTTP::Request; use LWP::UserAgent; my $ua = LWP::UserAgent->new; my $req = HTTP::Request->new(POST=>'http://perlmonks.com/index.pl?op=l +ogin;user=maddfisherman;passwd=******'); my $content = $ua->request($req)->as_string;
In reply to Re: Re: Re: login???
by joealba
in thread LWP and Logging into webpages
by maddfisherman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |