in reply to Re: A simple library question
in thread A simple library question

Yeah, I think this monk needs to focus his attention on why something like CGI::Session isn't in an acceptable place to begin with.

cranberry13: how did you install it? Did you use CPAN.pm, or did you use "make; make test; make install" or did you do something else?
rjbs

Replies are listed 'Best First'.
Re^3: A simple library question
by hsinclai (Deacon) on Jul 14, 2004 at 12:07 UTC
    Sounds like CGI is either broken, not installed, or..

    if somehow your system has 2 versions of Perl installed, and you did install CGI, you may be invoking the other Perl version inadvertently...

    Adding a path to @INC can be done as described by the other monks but may not be the root of your problem