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.
No multi-line comments (Score:1)
Don't use multi-line comments. If you have a piece of code that requires a multi-line comment, rewrite it so it doesn't need to many lines of comment.
Remember, the number 1 red flag for complicated code is the existence of a blob of comments.
Re:No multi-line comments (Score:1)
Reply to This
Parent