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.
Sticking Power (Score:1)
I think many well-versed Perl hackers can agree that using lexical filehandles is better than passing around raw typeglobs, and that
given/whenis better than long chains ofif/elsestatements. I'm pretty sure that most of us can agree that a novice Perl programmer should look to the CPAN to solve common problems.I'm sure that the definition of "modern" will change over the coming years, but I'm also sure that just as we can look at a piece of code which uses global variables (with perhaps a
localor two tRe: (Score:1)
I like the idea of a sort of "Strunk and White" [wikipedia.org] for Perl.
The way I see this project as different in intent from PBP is that it can be less dogmatic about what is "best" (highly contextual and often idiosyncratic) and yet dogmatic enough about what is "good" (generally accepted) to be a reference for minimum standards or expectations.
-- dagolden
Re: (Score:2)
Re:Sticking Power (Score:1)
As I'm not British, I'll stick with the The Columbia Guide to Standard American English [amazon.com], thank you. :-)
N.B. It's great fun using it to rebut language pedants at work.
Reply to This
Parent