http://qs321.pair.com?node_id=134865


in reply to Reading Foriegn Cookies

I used the CGI module, didn't have any luck with the other modules. Most of my troubles were caused in the setting of the cookie, so the reading of it would probably have worked for me with the other modules.
use CGI qw(:standard); $gotcookie = cookie('login');
$gotcookie will contain the contents of the login attribute from the cookie.

Ryan