i have a fairly simple mod-perl script which returns data from a mysql db
on occasion for no apparent reason an internal error screen pops up. if
reloaded the page works just fine.
the logs contain this message:
"exit" is not exported by the GLOB(0x88414cc) module at (eval 397) line 1
[Wed Jul 18 14:13:29 2001] [error] Can't continue after import errors at
(eval 397) line 1
BEGIN failed--compilation aborted at (eval 397) line 1.
my script doesn't use any 'exit' statements so i am not sure what to do.
any ideas what i'm doing wrong?
tia
s