|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^3: CGI Sessionby Wally Hartshorn (Friar) |
| on Jun 23, 2004 at 20:58 UTC ( #369178=note: print w/ replies, xml ) | Need Help?? |
|
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
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||