... my $cjar = HTTP::Cookies->new(); my $ua = LWP::UserAgent->new(keep_alive => '1', timeout => $timeout); $ua->cookie_jar($cjar); my $req = HTTP::Request->new(GET => $url); my $response = $ua->request($req);
In reply to Re: Missing cookies with LWP::UserAgent and HTTP::Cookies
by borisz
in thread Missing cookies with LWP::UserAgent and HTTP::Cookies
by neilwatson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |