On Tue, 15 Aug 2000, Michael Fowler wrote:
> So what's insufficient about:
>
> print <<" EOF";
> Stuff
> More stuff
> Even more stuff
> EOF
Others have already mentioned the "have to count the number of spaces"
argument. Another one that comes to mind is: assume the above is inside a
350-line block. Now I want to put an if($foo==$bar) { ... } around that
block. To make the inner block look nice, I >% in vi -- shift the whole
block over by one indent (a tab, two spaces, whatever). Presto, the thing
stops working. I think the above method (having to add your own spaces, in
the exact number required at the moment) is too fragile.
Cheers,
Philip
--
Philip Newton <[EMAIL PROTECTED]>
- RFC 111 (v1) Whitespace and Here Docs Perl6 RFC Librarian
- Re: RFC 111 (v1) Whitespace and Here Docs Graham Barr
- Re: RFC 111 (v1) Whitespace and Here Docs Michael Fowler
- Re: RFC 111 (v1) Whitespace and Here Docs Chaim Frenkel
- Re: RFC 111 (v1) Whitespace and Here Docs Michael Fowler
- Re: RFC 111 (v1) Whitespace and Here Docs Philip Newton
- Re: RFC 111 (v1) Whitespace and Here Docs H.Merijn Brand
- Re: RFC 111 (v1) Whitespace and Here Docs Bryan C . Warnock
- Re: RFC 111 (v1) Whitespace and Here Docs Michael G Schwern
- Re: RFC 111 (v1) Whitespace and Here Docs Peter Scott
- Re: RFC 111 (v1) Whitespace and Here Docs Tom Christiansen
- Re: RFC 111 (v1) Whitespace and Here ... Peter Scott
- Re: RFC 111 (v1) Whitespace and Here ... Casey R. Tweten
- Re: RFC 111 (v1) Whitespace and ... Tom Christiansen
- Re: RFC 111 (v1) Whitespace and Here Docs Michael Fowler
- Re: RFC 111 (v1) Whitespace and Here Docs Tom Christiansen
