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.
Just right (Score:2)
}) %]"> enables the reader to extract information that the single-delimiter style ))))) cannot provide. I think that ))))) is prettier, but less practical.
} is the end of a hash
) is probably the end of a function call
%] is the end of a TT directive
" is the end of text; the following > tells us it's an SGML-ish attribute value
> is the end of an SGML-ish tag
Reply to This
Re: (Score:1)
Funny you say that, ‘cause I was just thinking the same about sigils today. Yeah sure, they’re noisy and can gunk up the code – also, they’re extra red tape that needs to be typed over and over. But they make it so much easier to scan the code! Consider something like this:
You can immediately tell apart the “slots” where variable values go, the static pieces, and the funct
Re: (Score:2)
Re: (Score:2)
I happen to think convenience is pretty.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers