Michael Mathews wrote:
>
> At the risk getting too exotic how about:
>
> #<<EOC;
> some
> comments
> EOC
Just introduce a new function which is a bit bucket:
# works in perl5.
sub comment(@) { }
comment q{ comments... };
comment <<EOF;
comment
EOF
--
John Porter
- Re: Typeglobs, filehandles, asterisks Dan Sugalski
- Re: Typeglobs, filehandles, asterisks Chaim Frenkel
- multiline comments Michael Mathews
- Re: multiline comments Tom Christiansen
- Re: multiline comments Tom Christiansen
- Re: multiline comments Michael Mathews
- Re: multiline comments Tom Christiansen
- Re: multiline comments Michael Mathews
- Re: multiline comments Buddha Buck
- Re: multiline comments Michael Mathews
- Re: multiline comments John Porter
- Re: multiline comments Bart Lateur
- Re: multiline comments John Porter
- Re: multiline comments Peter Scott
- Re: multiline comments John Porter
- Re: multiline comments John Porter
- Re: multiline comments Tom Christiansen
- Re: multiline comments Nick Ing-Simmons
- Re: multiline comments Michael Mathews
- Re: multiline comments Tom Christiansen
- Re: multiline comments Michael Mathews
