Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: session module

by rjsaulakh (Beadle)
on Jun 02, 2005 at 16:30 UTC ( [id://462963]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    package raman;
    ...
    # this line saves all the available/accessible CGI params
    $x= $session->save_param($cgi);
    1;
    
  2. or download this
    #!c:\Perl\bin\perl.exe -w
    
    ...
    # this line saves all the available/accessible CGI params
    my $x= $session->save_param($cgi);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-19 16:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found