Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: CGI Session

by Wally Hartshorn (Hermit)
on Jun 23, 2004 at 20:58 UTC ( [id://369178]=note: print w/replies, xml ) Need Help??


in reply to Re^2: CGI Session
in thread CGI Session

Eric put his finger on it - \t within double-quotes is a tab. (If you look closely at the error message, you'll see blank space -- the tab -- where the "\t" should be.) Change your code to this:

my $session = new CGI::Session(undef, $cgi, {Directory=>'\tmp'});

and try again.

Wally Hartshorn

Replies are listed 'Best First'.
Re^4: CGI Session
by shaolindoman (Acolyte) on Jun 28, 2004 at 15:29 UTC
    Thanks guys for your help. It is working fine now.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://369178]
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: (1)
As of 2024-04-16 15:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found