Disable warnings from specific module
- From: snunes@xxxxxxxxx
- Date: 27 Feb 2007 08:38:30 -0800
Hi,
I'm using a module with a couple of experimental features (SOAP::Lite)
and, every time these features are used, a warning message is
outputted. I would like to know how can I simply disable these outputs
while keeping warnings for my code?
use strict;
use warnings;
use SOAP::Lite;
[...]
Thanks in advance,
Sérgio Nunes
.
- Follow-Ups:
- Re: Disable warnings from specific module
- From: Mark Clements
- Re: Disable warnings from specific module
- From: Paul Lalli
- Re: Disable warnings from specific module
- Prev by Date: Re: Perl threads - capturing value returned from sub
- Next by Date: Re: Unable to install Math::BigInt::GMP on Solaris 10
- Previous by thread: LWP:Authen:NTLM
- Next by thread: Re: Disable warnings from specific module
- Index(es):
Relevant Pages
|