Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
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 cooling their heels in the Monastery: (None)
    As of 2024-04-19 00:02 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found