in reply to
Re^3: Perl Cipher & questions on semantics/layout optimisation.
in thread Perl Cipher & questions on semantics/layout optimisation.
I sure as an experienced and competent programmer you have no need for help from the dumb computer, but for me tools such as strictures, a good IDE and unit tests make me an order of magnitude more productive with much greater confidence in my work.
I sometimes find "strict," "perl -w," and Emacs's syntax highlighting helpful. I also understand what they do. Mindlessly chanting "
use strict;\nuse warnings;\n\n" at people doesn't teach them anything.
EDIT:
Reputation: -7 (+0 -7)
But don't you *dare* question it.