in reply to Reading cookies

The HTTP::Cookies (and HTTP::Cookies::Netscape and HTTP::Cookies::Microsoft) modules are able to read cookie files. But if the website which issues the cookie has at least some notion of security, they will only store a session number or some such in the cookie, and not a cleartext password.

Arjen