Bryan R Harris wrote: [snip] > > > So if I understand right, all I need to do is put this at the top of my > script? > > use warnings FATAL => 'all'; > > Is that doing what I want? > > - B >
You tell us, based on my understanding of it and what you want it should, but personally I have never done it :-)... If you wanted just the uninitialized warnings to cause a cruel and unbearable death then you could issue, use warnings FATAL => 'uninitialized'; I suspect some of this could be dependent on the version of Perl as the warnings pragma is *relatively* new. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>