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!

Reply via email to