Perl.Org wrote:
I'm not sure what the difference between strict and warning is (I
have always used strict and resolved any "warnings" that can
generate).

Strictures normally triggers fatal errors that make your program stop, rather than warnings. Warnings are just printed to STDERR. After all, they are just warnings, right? ;-)

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to