Prototype mismatch: sub Apache::ROOT::cgi_2dbin::showday_2epl::time2str vs ($;$$) at /usr/lib/perl5/5.8.0/Exporter.pm line 59.
at /home/httpd/cgi-bin/showday.pl line 4
Prototype mismatch: sub Apache::ROOT::cgi_2dbin::showday_2epl::strftime vs ($\@;$) at /usr/lib/perl5/5.8.0/Exporter.pm line 59.
at /home/httpd/cgi-bin/showday.pl line 4
Prototype mismatch: sub Apache::ROOT::cgi_2dbin::showday_2epl::ctime vs ($;$) at /usr/lib/perl5/5.8.0/Exporter.pm line 59.
at /home/httpd/cgi-bin/showday.pl line 4
Prototype mismatch: sub Apache::ROOT::cgi_2dbin::showday_2epl::asctime vs (\@;$) at /usr/lib/perl5/5.8.0/Exporter.pm line 59.
at /home/httpd/cgi-bin/showday.pl line 4
Relevant lines of showday.pl are:
#!/usr/bin/perl
use CGI; use Date::Format; # line 4 use Time::Local;
Can anyone tell me how to get these errors/warnings to stop popping up everytime this script is run? This script is run a lot and it's filling up my error log.
-- Andrew Gaffney Network Administrator Skyline Aeronautics, LLC. 636-357-1548
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>