![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re^2: Seeking guidance on getting better at Perl.by kcott (Archbishop) |
on Aug 18, 2013 at 05:57 UTC ( #1049888=note: print w/replies, xml ) | Need Help?? |
While the diagnostics pragma is a useful tool for debugging, particularly when you are learning Perl, I would recommend removing, or commenting out, the use diagnostics; line in production code. Perhaps, as a general rule-of-thumb, consider doing this at the same time that you change
to
and for much the same reasons. -- Ken
In Section
Seekers of Perl Wisdom
|
|