http://qs1969.pair.com?node_id=303955


in reply to Help with Apache::Cookie

Hi!

Apache::Cookie->fetch() returns an hash reference, not a Cookie object. The keys of the hash are the cookie names, while the values are the actual objects.

Hope this helps!

Michele.