in reply to
More than One Line Comment
See also the way pod works
if ( foo < 0 ) {...
=HEAD multi line comment here =cut
[download]
x++;
}
etc
update
strikes added in deference (and with a wink) to cog's premature deprecation of perl 7 useage....
and, noted (with awe!) the number of similar replys which appeared almost simultaneously
<
:
<
}
)
Comment on
Re: More than One Line Comment
Download
Code
Replies are listed 'Best First'.
Re^2: More than One Line Comment
by
cog
(Parson)
on May 11, 2005 at 14:01 UTC
Considering that
foo < 0
returns false (it's the bareword foo), even if it wasn't pod but it was syntactically correct, it would still work O:-)
[reply]
[d/l]
In Section
Seekers of Perl Wisdom