I have a large modperl site with modperl (CGI) scripts and command-line perl
scripts.

My command line scripts load modules (.pm files) that use Apache::exit().
This is giving me the following errors:

**************************
Bareword "Apache::exit" not allowed while "strict subs" in use at
as/mod/Util.pm
 line 546
**************************

So, how can I get the command-line scripts to run under Apache::Registry?
Adding 'use Apache;' to my command-line scripts obviously doesn't help.

Any help is greatly appreciated.

Here's my set up.
modperl 1.21
Apache 1.36
Solaris 2.7

Reply via email to