in reply to Re^5: Getting Cookies
in thread Getting Cookies

Thanks for your response, Corion. It was silly of me to presume.
I tried the following code with Mechanize::Firefox and won't work to save cookies:
my $cookie_jar = HTTP::Cookies::MozRepl->new( file => 'C:\path\to\cook +ies.dat', autosave => 1, ignore_discard => 1);

Replies are listed 'Best First'.
Re^7: Getting Cookies
by Corion (Patriarch) on Jul 05, 2013 at 17:51 UTC
      I didn't. I just presumed again because it said I can use like HTTP::Cookies :\