On 5/29/07, Alicia Amadoz <[EMAIL PROTECTED]> wrote:
In startup.pl there are some modules called and they were also called from my script file. So, I deleted the use syntax from my script file so that the modules only were called from startup.pl. If I have an error like 'Can't locate object method via package', I guess that startup.pl isn't being loaded.
That sounds like it should work. You can also try using a warn() statement in startup.pl. It should show up on the terminal when you run apachectl if your startup.pl is being called. - Perrin