in reply to CGI::Session- strange error

another check that all the path issues/version etc are straight - try
use CGI::Session; print $CGI::Session::VERSION;
or if you have a shell perl -MCGI::Session -e 'print $CGI::Session::VERSION' have a look and see if @INC makes sense too
perl -e 'print map {"$_\n"} @INC'

Replies are listed 'Best First'.
Re: Re: CGI::Session- strange error
by digger (Friar) on May 19, 2003 at 18:02 UTC
    Thanks for the one-liners. I have some canned scripts I have used in the past (probably lifted from right here at the monestary) to look at these issues on my own boxes.

    Since I am working in a new arena here, I assumed it was my problem, not the hosting company's. But, it turns out the version of CGI::Session is at 0.01. I am going to install the newest version of the module in my local lib directory and use it that way for now.

    Thanks again,
    digger