Re: Load-Bearing Warnings
Smylers <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <[email protected]> |
A. Pagaltzis writes: > * Smylers <[email protected]> [2004-08-04 00:34]: > > > [*0] It was cluttering up the error log with benign 'uninitialized' > > messages, which were obscuring the output (from some other script) > > that I wanted to see. > > Maybe you can try just disabling those? > > no warnings 'uninitialized'; It's a FreeBSD system running Perl 5.005, unfortunately, which is too old to have the warnings pragma. Smylers