Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

CGI Session

by shaolindoman (Acolyte)
on Jun 23, 2004 at 16:44 UTC ( [id://369109]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI qw(:standard);
    ...
    
    my $cgi = new CGI();      
    my $session = new CGI::Session(undef, undef, {Directory=>'\tmp'});
    
  2. or download this
    Can't locate DB_File.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/si
    +te/lib .)
    at C:/Perl/site/lib/CGI/Session/DB_File.pm line 12.
    BEGIN failed--compilation aborted at C:/Perl/site/lib/CGI/Session/DB_F
    +ile.pm lin
    e 12.
    
  3. or download this
    my $session = new CGI::Session("driver:FILE", undef, Directory=>File::
    +Spec->tmpdir);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-19 07:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found