⭐ in reply to Better ways to make multi-line comments in Perl?
=pod die "testing"; =cut =for comment die "testing"; =cut
Also note - any decent code editor should enable you to throw a # in front of a selected set of lines very easily.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: Better ways to make multi-line comments in Perl?
by Anonymous Monk on Jan 12, 2011 at 06:38 UTC |