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 would be useful.  Something like [% $varName %] that would act
as shortcut for [+ $escmode=0; $varName +].  Has this come up before?  What 
is the price (usability/readability/performance/etc) of another bracket 
escape sequence?

-- 
EL 
-- 

---------------------------------------------------
Eric Lowry                                 "Splat!"
mailto:[EMAIL PROTECTED]
http://www.bigcowlick.com
---------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to