"Dan Anderson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In the book I bought, Programming Perl, by O'Reilly they say I should > use warnings instead of -w after the shebang and the perl path because > -w is deprecated. > > Is this true? Also, will use warnings; work on versions of perl < 5.8? > I know that "use warnings;" works in at least 5.6 since that is where I started learning Perl from. I have never heard it was deprecated myself. I tend to use the "use" though.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]