in reply to Re^2: Stay logged in between requests with WWW::Mechanize
in thread Stay logged in between requests with WWW::Mechanize
Starting with an empty cookie file and replacing the empty call to 'new()' with 'new(cookie_jar=>...', etc., results in
Use of uninitialized value in pattern match (m//) at /usr/share/perl5/ +HTTP/Cookies.pm line 425. /tmp/cookies does not seem to contain cookies at /usr/share/perl5/HTTP +/Cookies.pm line 426.
If I simply use 'new()', it doesn't happen.
|
|---|