Michael Fowler wrote: > On Tue, Aug 01, 2000 at 05:28:08PM -0400, Michael Mathews wrote: > > Unlike many programming languages Perl does not currently implement true > > multiline comments. This can be confusing/tedious to programmers. This could > > be solved by adding a syntax to Perl 6 that would allow for true multiline > > comments. > > I'm not sure exactly what you consider to be a "true multiline comment", but > Perl definitely has them by my definition. > > =pod > > Hi, this is a multiline comment. > > =cut The obvious problem with this, of course, is that pseudo-multilines that use this technique show up in the POD documentation for the program / module. While this is sometimes desirable, it seems like a overload. ~ j.
- 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
- Re: RFC: multiline comments Johan Vromans
- Re: RFC: multiline comments Michael Mathews
- Re: RFC: multiline comments Tom Christiansen
- Re: RFC: multiline comments Michael Mathews
- Re: RFC: multiline comments Ted Ashton
- Re: RFC: multiline comments John Porter
- Re: RFC: multiline comments Michael Mathews