RE: [ep2] using options like optDisableHtmlScan with Embper::Execute

2004-12-01 Thread Gerald Richter
> > I'm using embperl as a template engine in a non-mod_perl > context. I have embperl1 code like: > >$HTML::Embperl::dbgShowCleanup = 1; > HTML::Embperl::Execute ({ > 'debug' => 1, > 'escmode' => 0, > 'inputfile' => $ref->

[ep2] using options like optDisableHtmlScan with Embper::Execute

2004-12-01 Thread Gary Shea
I'm using embperl as a template engine in a non-mod_perl context. I have embperl1 code like: $HTML::Embperl::dbgShowCleanup = 1; HTML::Embperl::Execute ({ 'debug' => 1, 'escmode' => 0, 'inputfile' => $ref->{'tpl_path'},