Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Serializing Cookies ???

by lindex (Friar)
on Dec 06, 2000 at 02:37 UTC ( [id://45107]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Storable qw(nfreeze thaw);
    sub make_cookie {
    ...
    sub see_cookie {
     return(@{thaw(pack("H*",$_[0]))});
    }
    
  2. or download this
    /****************************/
      jason@gost.net, wh@ckz.org
        http://jason.gost.net
    /*****************************/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 03:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found