Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Capturing cookies

by edan (Curate)
on Dec 29, 2004 at 16:19 UTC ( [id://418012]=note: print w/replies, xml ) Need Help??


in reply to Capturing cookies

Untested code:

use CGI::Cookie; use strict; my %cookies = CGI::Cookie->fetch(); warn "$_: " . $cookies{$_}->value() for keys %cookies;
--
edan

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://418012]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-03-28 12:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found