>This seems like an acceptable variation on what has been suggested so far. I
>deally one would be able to safely block comment any large section of a Perl
>6 script and not worry about any other block comments within (the outermost
>block comment takes precedence).
I still like this solution prototype:
sub comment($) { }
comment <<"END OF FIRST COMMENT";
asdf
asdf
asdf
asdf
asdf
END OF FIRST COMMENT
--tom
- Re: RFC: multiline comments Edwin Wiles
- Re: RFC: multiline comments Glenn Linderman
- Re: RFC: multiline comments Michael Mathews
- Re: RFC: multiline comments John Porter
- Re: RFC: multiline comments Edwin Wiles
- Re: RFC: multiline comments Jarkko Hietaniemi
- Re: RFC: multiline comments Jarkko Hietaniemi
- Re: RFC: multiline comments Russ Allbery
- Re: RFC: multiline comments Mike Pastore
- Re: RFC: multiline comments Uri Guttman
- Re: RFC: multiline comments Tom Christiansen
- Re: RFC: multiline comments John Porter
- Re: RFC: multiline comments Tom Christiansen
- Re: RFC: multiline comments John Porter
- Re: RFC: multiline comments Tom Christiansen
- Re: RFC: multiline comments Martyn J. Pearce
- Re: RFC: multiline comments Michael Fowler
- Re: RFC: multiline comments John Barnette
- Re: RFC: multiline comments Tim Jenness
- Re: RFC: multiline comments Michael Mathews
- Re: RFC: multiline comments John Barnette
