>
> This translates any [= mysub() =] blocks to [+ local $escmode=0;
> mysub() +].
I keep it in mind for Embperl 2.0
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
e, 28 Mar 2000 05:34:05 +0200
> To: "Eric Lowry" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
> Subject: RE: Syntax enhancement request
>
> Hi,
>>
>> My code tends to generate HTML, so I find myself writing this:
>> [+ $escmode=0; $varName +] all the time.
Hi,
>
> My code tends to generate HTML, so I find myself writing this:
> [+ $escmode=0; $varName +] all the time.
>
> IMHO, this looks ugly, and will confuse the poor HTML coders I want to
> hire. I have been thinking that another embperl directive that turns
> off escmode would be useful. Somet
Hi all (from a new list member),
My code tends to generate HTML, so I find myself writing this:
[+ $escmode=0; $varName +] all the time.
IMHO, this looks ugly, and will confuse the poor HTML coders I want to
hire. I have been thinking that another embperl directive that turns
off escmode wo