in reply to Testing for existence of cookies

the CGI.pm doc's didn't have that information, just in case you asked.

yes they do:

To retrieve a cookie, request it by name by calling cookie() method wi +thout the -value parameter: use CGI; $query = new CGI; $riddle = cookie('riddle_name'); %answers = cookie('answers');

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.