Hi,

I'm using Apache2 and mod_perl
Server: Apache2/2.0.55 (Ubuntu) mod_ssl/2.0.55 OpenSSL/0.9.8a mod_perl/2.0.2 
Perl/v5.8.7

I am getting the following error in /var/log/apache2/error.log

Prototype mismatch: sub 
ModPerl::ROOT::ModPerl::PerlRun::home_yadb_httpd_cgi_2dbin_CoverArtSubmitFile_2ecgi::lstat:
 none vs ($) at /usr/share/perl/5.8/Exporter.pm line 65.
 at /home/yadb/httpd/cgi-bin/CoverArtSubmitFile.cgi line 13

CoverArtSubmitFile.cgi line 13 is:

use File::stat;

My subsequent calls to stat work fine, so it's not fatal:

my $StatObj = stat($TempFile->filename);
...
$StatObj->size
...

What does the error mean? And how can I get rid of it?

Thanks,

j
-- 
John Gateley <[EMAIL PROTECTED]>

Reply via email to