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.