the semicolon after the hereis terminator thing might only work if the beginning of the hereis was the last thing on the line it appears on, that way there's no ambiguity $Goodone = <<END1; $Goodtwo = <<END2 this line goes into scalar Goodone END1 # comment allowed here but not statement this line goes into scalar Goodtwo END2; print MAIL "one: $Goodone\n\ntwo: $Goodtwo\n"; Richard Proctor wrote: > > I like it... I think I will add this to the next version. > > Richard > > -- > > [EMAIL PROTECTED] -- David Nicol 816.235.1187 [EMAIL PROTECTED] Yum, sidewalk eggs!
- Re: RFC 111 (v2) Here Docs Terminators (Was Whitespa... Ariel Scolnicov
- Re: RFC 111 (v2) Here Docs Terminators (Was Whitespace an... Philip Newton
- Re: RFC 111 (v2) Here Docs Terminators (Was Whitespace an... Eric Roode
- Re: RFC 111 (v2) Here Docs Terminators (Was Whitespa... Bart Lateur
- Re: RFC 111 (v2) Here Docs Terminators (Was Whit... Nathan Wiger
- Re: RFC 111 (v2) Here Docs Terminators (Was ... Bart Lateur
- Re: RFC 111 (v2) Here Docs Terminators (Was ... Tom Christiansen
- Re: RFC 111 (v2) Here Docs Terminators (Was Whit... Richard Proctor
- Re: RFC 111 (v2) Here Docs Terminators (Was ... Tom Christiansen
- Re: RFC 111 (v2) Here Docs Terminators (Was Whitespa... Richard Proctor
- David L. Nicol