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.
fat commas (Score:1)
A huge pain in the ass for me is that literal barewords for fat commas are falsely shown as keywords.
foo( reset => 1 );
Another big one, for me at least, is that all POD blocks should start with =pod, otherwise the relatively simple comment checker in Ultraedit can't handle it.
Reply to This
Re: (Score:2)
and you'll see that bar is treated like quoted text.