[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What is the meaning of -e in the error log


Hi,
I am running modperl 2.x and i am getting some wierd problem i am invoking modperl from browser and at times it will execute correctly and otehr times it will not be able to find the function called from the script. the error log has error with -e prepended.
Here is the log:
[Mon Jan 15 17:18:32 2007] [error] [Mon Jan 15 17:18:32 2007] -e: Undefined subroutine &Module::header called at /home/file.cgi line 138.\n
 
where Module.pm has
package Module.pm;
sub header(){
#blah blah
}
1;
 
and file.cgi has
 
#blah blah
 
&Module::header();
 
 
I am unable to fin thatg why is it unable to find the file at some time and not the other times.
I am running ModPerl::RegistryPrefork
I have changed the names of Module.pm and file.cgi
Pl. help me ,
Regards,
Abhishek jain

Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.