On Mon, 18 Jul 2011 10:19:00 +0200, Chankey Pathak <chankey...@gmail.com> wrote:
@Christian wale: Why not to use -w for using warning everywhere? It's good to use warnings everywhere for a good program, isn't it?
Simply put: It activates warnings for code you did not write. It is an extremely good idea to enable warnings for all code you write yourself. However if you enable it for code written by authors who did not want warnings, or for old modules, then you will get pointless messages you cannot fix. -- 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/