RE: Global escmode

2006-05-19 Thread Gerald Richter
> > Is there a global escmode for static use (Embperl::Execute)? > It is a hassle to set $escmode = 0 in any template block that > needs it or might need it. > > Perhaps have an option for Embperl::Execute "escmode" that > sets the global default, which

Global escmode

2006-05-18 Thread Mike Orb
Is there a global escmode for static use (Embperl::Execute)? It is a hassle to set $escmode = 0 in any template block that needs it or might need it. Perhaps have an option for Embperl::Execute "escmode" that sets the global default, which can then still be overriden by $escmode. I.e