in reply to More than One Line Comment

See also the way pod works
if ( foo < 0 ) {...
=HEAD multi line comment here =cut
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
<:<})

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:-)