On Mon, 18 Jul 2011 07:34:14 +0200, anant mittal <perl.an...@gmail.com> wrote:

-w

Just a quick note: Please do not use -w in the hashbang, it forces warnings everywhere, 
even when modules didn't want warnings. You'll get weird error messages if you leave that 
in. Instead just write "use warnings;" at the top of your code and you'll be 
fine. :)

--
With regards,
Christian Walde

--
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