RE: Syntax enhancement request

2000-04-03 Thread Gerald Richter
> > 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]

Re: Syntax enhancement request

2000-04-03 Thread Kevin Eye
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.

RE: Syntax enhancement request

2000-03-27 Thread Gerald Richter
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

Syntax enhancement request

2000-03-27 Thread Eric Lowry
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