in reply to Re^2: Script using WWW::Mechanize fails to log in
in thread Script using WWW::Mechanize fails to log in

The WWW::Mechanize constructor already creates a memory-only cookiejar. You don't have to pass any cookie-jar to it unless you need to store / read cookies over multiple sessions.

See CONSTRUCTOR AND STARTUP in the WWW::Mechanize documentation.

  • Comment on Re^3: Script using WWW::Mechanize fails to log in

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.