in reply to Apache::Registry losing subs created via globs.

I'm pretty sure you don't want to exit under mod_perl...
Though that's probably not the problem if it fails like that the first time you execute it..
  • Comment on Re: Apache::Registry losing subs created via globs.

Replies are listed 'Best First'.
Re: Re: Apache::Registry losing subs created via globs.
by dmitri (Priest) on Nov 06, 2002 at 22:27 UTC
    Apache::Registry overrides exit function.
      Downvoting this one? From Apache::Registry man page:

      
      
      ENVIRONMENT
          The Apache function `exit' overrides the Perl core built-
          in function.