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.
Oh I don't know (Score:1)
OTOH Perl catches most of my typos for me far more conveniently than Ruby does. That fact alone is worth a lot to me.
Reply to This
Re: (Score:1)
Ruby definitely has some advantages over Perl, especially with handling references (Python wins here too) and blocks (Python fails).
I don't think Ola was talking about syntactic features though. I took that to mean advice like "Don't auto-generate subs you know you need at compile time through
AUTOLOAD." and "Always use thestrictandwarningspragmas for code you care about."That's the idiomatic level of programming, and it's a level you can't pick that up in a week by skimming the documentation.