J
Julia De Silva
Hi there all,
I'm getting
index.cgi: Can't locate warnings.pm in @INC ..............
when running script on this server.
Perl Executable: perl
Perl Version: 5.00503
PERL compile version OS: linux
The script does not contain -w on Shebang line, nor does
it have uses Warnings; (Perl 5.6 onwards ?)
but it has
use CGI qwstandard);
use CGI::Carp qw(fatalsToBrowser);
use DBI;
use Time::localtime;
my $q = new CGI;
Any ideas please thanks.
J
I'm getting
index.cgi: Can't locate warnings.pm in @INC ..............
when running script on this server.
Perl Executable: perl
Perl Version: 5.00503
PERL compile version OS: linux
The script does not contain -w on Shebang line, nor does
it have uses Warnings; (Perl 5.6 onwards ?)
but it has
use CGI qwstandard);
use CGI::Carp qw(fatalsToBrowser);
use DBI;
use Time::localtime;
my $q = new CGI;
Any ideas please thanks.
J