in reply to Re^2: Help Fetch HTML
in thread Help Fetch HTML
If that don't work, you will need WWW::Mechanize. See WWW:::Mechanize and credentials and WWW::Mechanize to Access HTTPS with Cookies for basic outlines of what you need to do.my $jar = HTTP::Cookies->new; $ua = LWP::UserAgent->new; $ua->cookie_jar($jar);
|
|---|