in reply to Cookies, JavaScript and User Agent Problems
This is documented in LWP::Simple, but only by a single line of text, with no example.use LWP::Simple qw( $ua getstore ); # ... $ua->cookie_jar( HTTP::Cookies->new( file => $cookie_path, autosave => 1 ) );
|
---|