As soon as I put the code below into my perl page i get the following error: Use of uninitialized value during global destruction.
use lib '/www/facmedden/perl/lib'; use CGI::Session; use CGI::Simple; use Data::Dumper; $sid = param('sid') || undef; $session = CGI::Session->new ('driver:MySQL', $sid, {Handle => &opendb}); $sid = $session->id;
Any ideas as to what I am doing wrong?
20040223 Edit by BazB: Changed title from 'CGI::Session'
In reply to Uninitialised value during global destruction by bodmin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |