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 <http://module.pm/> has package Module.pm <http://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