Re: Load-Bearing Warnings

Bart Lateur <[email protected]>
Newsgroups gmane.comp.lang.perl.fun
Organization MediaMind
Message-ID <[email protected]>
On Wed, 04 Aug 2004 05:57:48 GMT, Smylers wrote:

>It's a FreeBSD system running Perl 5.005, unfortunately, which is too
>old to have the warnings pragma.

Not fun but...

Use

	local $^W;

near where the bulk of the warnings are coming from, assuming it's safe
to be ignored, maybe just these lines in their own block.


-- 
	Bart.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.