Lo all,

I've got a load of 
Subroutine Apache::send_http_header redefined at 
blahblah Apache/RegistryFilter.pm line 49
send cgi_header also gives this.
I've googled and only found a solution for the axkit 1.62
warning in the log that needed commenting out.

The system is set up such that perl scripts get data from mysql and 
generate xml. There are no xsp tags. Every script has use warnings, 
diagnostics and strict.
How to stop the error log from getting flooded?
There does seem to be a bit of a clue in the log where it says:
to suppress this warning say
{
no warnings 'redefine';
eval "sub name { ... }";
}

but I am usure of the implications.
Is this a known problem? If so, how to get round it?

Thx

john


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to