Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

RE: Re: Recommended modules for handling cookies?

by btrott (Parson)
on Mar 29, 2000 at 02:49 UTC ( [id://6384]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Create new cookies and send them
    $cookie1 = new CGI::Cookie(-name=>'ID',-value=>123456);
    print header(-cookie=>[$cookie1]);
    
  2. or download this
    %cookies = fetch CGI::Cookie;
    $id = $cookies{'ID'}->value;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found