http://www.perlmonks.org?node_id=1042742


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

Firebug, the free Firefox plug-in, makes that easy.

I'd also mention that, instead of storing cookies to disk, you can use Data::Dumper to look at your cookie jar contents.


#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.