Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Hashes and Cookies (or more to the point, strings)

by lhoward (Vicar)
on Jul 19, 2001 at 19:23 UTC ( [id://98109]=note: print w/replies, xml ) Need Help??


in reply to Hashes and Cookies (or more to the point, strings)

Just split into a hash.
my $rep= new CGI; my $cookie = $rep->cookie("cookiename"); my %kvpairs = split /,/,$cookie;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found