NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Choosy Coders use strict; (Score:1)
Not to start THAT holy war again, but I can't fathom coding without strict. I just checked a quick script I wrote at work this week which consisted of six lines of code, and was intended to be used once and only once. The seventh line, up top, was...
use strict;
In the end, to each his own, I guess. :)
Re:Choosy Coders use strict; (Score:1)
I strongly believe in use strict. The purpose of Acme::EyeDrops, however, is to remove all alphanumerics from your program, shaping it like a camel, say. Manually adding "use strict" (9 alphanumerics) after EyeDrops-converting your program seems to defeat this primary purpose.
/-\
Reply to This
Parent