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.
Huh? (Score:2)
Reply to This
Re: (Score:1)
I thought the title stated my position clearly: if you have to use
eval, it’s a sign of something missing from the language (and if you don’t have to but do, it’s a sign of weakness as a programmer).That doesn’t mean a language is bad if it has
eval. If it helps you understand, just substitutegotoforeval; both forms of the statement are completely congruent.