Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

CGI::Session reloading

by gwhite (Friar)
on Oct 20, 2008 at 12:56 UTC ( [id://718212]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $input = new CGI();
    my %hash = map { $_, $input->param($_) } $input->param();
    
  2. or download this
    $session = CGI::Session->load() or die CGI::Session->errstr;
    $input = $session->load_param();  # $input is my existing cgi object
    my %hash = map { $_, $input->param($_) } $input->param();
    

Log In?
Username:
Password:

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

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

    No recent polls found