Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
What I got were these errors:use CGI::Session; $session = new CGI::Session(undef, $cgi, {Directory=>"/tmp"}); $sid=$session->id(); print "$sid \n";
Oh wise monks please show me the error of my ways (other than running windows)"mode" is not defined in %Fcntl::EXPORT_TAGS at C:\Products\Perl\lib/F +cntl.pm line 0 Can't call method "id" on an undefined value at C:\DOCUME~1\DWILSON\LO +CALS~1\Temp\dirD1.tmp\Untitled line 4.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI::Session newbee
by dragonchild (Archbishop) on Apr 01, 2005 at 20:53 UTC | |
|
Re: CGI::Session newbee
by ww (Archbishop) on Apr 01, 2005 at 21:33 UTC |