in reply to multi line comments?
there are many ways to do it. here are two:
=pod long comment =cut
if(0){ long comment }
note: (thanks broquaint) the second method will fail to compile on syntax errors, so you might limit its use to comment out code that compiles properly.
additionally, you might find the information in the perlpod perldoc handy.
~Particle *accelerates*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re2: multi line comments?
by bbfu (Curate) on Jun 16, 2003 at 21:59 UTC |