marscld has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use strict; use CGI qw/:standard/; use lib '/home/sdbadmin/PerlModule'; use CGI::Session; my $cgi_obj = new CGI(); my $session = new CGI::Session() or die CGI::Session->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl5.8.0 and Perl5.8.8 coexists, how to use Perl 5.8.8
by Joost (Canon) on Dec 14, 2007 at 04:47 UTC | |
|
Re: Perl5.8.0 and Perl5.8.8 coexists, how to use Perl 5.8.8
by tachyon-II (Chaplain) on Dec 14, 2007 at 04:57 UTC | |
by Argel (Prior) on Dec 14, 2007 at 20:08 UTC | |
|
Re: Perl5.8.0 and Perl5.8.8 coexists, how to use Perl 5.8.8
by perlfan (Parson) on Dec 14, 2007 at 05:29 UTC | |
|
Re: Perl5.8.0 and Perl5.8.8 coexists, how to use Perl 5.8.8
by ph0enix (Friar) on Dec 19, 2007 at 09:10 UTC |