in reply to
Retrieving Cookies
For each $name in your cookie use:
$value = $query->cookie($name);
[download]
That should get you the values. HTH
Comment on
RE: Retrieving Cookies
Download
Code
In Section
Seekers of Perl Wisdom