Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi all,
I want to know whether the PERL version 5.00503, supports "Sessions" (or) not.
This is the current version present in my UNIX system.
CGI::Session.pm , Apache::Session.pm are not present in this version of UNIX.
How to get them and run my session program.......
Pls anybody help me...Thank you in advance.

Replies are listed 'Best First'.
Re: Regarding session.pm
by tachyon (Chancellor) on May 18, 2004 at 06:48 UTC
Re: Regarding session.pm
by coec (Chaplain) on May 18, 2004 at 06:20 UTC
    Have you considered using the cpan module (perl -MCPAN -e shell) to install either of these modules?

    CC