Any insight into what I'm doing wrong is greatly appreciated!use LWP::UserAgent; use HTTP::Cookies; my $cookie_jar = HTTP::Cookies->new( file => 'C:\path\to\cookies.dat', + autosave=> 1); my $browser = LWP::UserAgent->new( ); $browser->cookie_jar( $cookie_jar ); $browser->get('https://example.com');
In reply to Getting Cookies by PerlSufi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |