> Just for something more on topic, how do I disable specific warnings in
> mod_perl?
>
> Bad and weird things seem to happen when I try to handle SIG{__WARN__} even
> when I hide it as local.  Is there any other way to pragma out specific
> warnings?

Perl5.006 will introduce a new feature, which will enable you to
disable/enable warnings in groups and not just On/Off. I think the latest
development version already does that. But it's a pure Perl, nothing to do
with mod_perl. Also see:
http://perl.apache.org/guide/perl.html#Warnings_Explained

For mod_perl specific notes see:
http://perl.apache.org/guide/porting.html#Warnings


_______________________________________________________________________
Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to