Re: [Cgi-session-user] cgi-session::load() problem
Brought to you by:
sherzodr
From: Thomas M. P. <pa...@ph...> - 2007-01-25 20:26:38
|
> 1. cgi-session::load() problem (sean) > > This code: > $sid = $cgi->param('_sessionid'); > if ($sid) {$SS = CGI::Session->load($sid);} > > leads to the following error message being generated: > "Can't locate auto/CGI/Session/load.al in @INC" > Are you sure you included CGI::Session? The error message sounds like autoload is trying to load the "load" method for CGI::Session, and fails as cannot find the appropriate file. However, I cannot find that file on my systems, and at least for CGI::Session 4.14, the "load" method appears to be defined in CGI/Session.pm. So I do not see why autoload should be invoked. Tom Payerle Dept of Physics pa...@ph... University of Maryland (301) 405-6973 College Park, MD 20742-4111 Fax: (301) 314-9525 |