Ron Bergin wrote:
Jerald:

#!/usr/bin/perl -w

It's better to use the warnings pragma, instead of the -w switch

And "-w" can also be better. For example when you want to enforce warnings to be active also for the used modules. (some module authors don't put a "use warnings;" in their modules)

--
Ruud

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to