aside from batch regexing out the 'use warnings' line - can anyone
suggest a way for me to handle this? i'd like to lose both the log
lines and the overhead of the warnings being called in the first place.
( although I'm starting to think that regexing out the line will be
required no matter what
Change your LogLevel[1] in apache to error instead of warn?
1: http://httpd.apache.org/docs/2.0/mod/core.html#loglevel
--Ian
On 4/5/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
>
> I have about 140 packages/modules for my mod_perl project (heavy use
> of oop)
>
> trying to be a good coder, ev