Autoescaping using syntax modes

2006-08-21 Thread Trey Hyde
For various reasons, we have escmode set to 0 globally in our application.  I'm in the process of converting said application to embperl 2 and I'd like to take advantage of the extendable syntax modes and do escaping a little more transparently (rather than the explicit escaping we are doing no

Re: Embperl2 and Execute

2006-08-21 Thread Marek Matis
This not work too. [- @tmp = (1 .. 3); foreach $r (@tmp) { $fdat{'test_'.$r} = $r; $out = "\n"; Execute ({ input => \$out, inputfile => 'foo', mtime=> $r}); } -] Marek 2006/8/18, Ben K. <[EMAIL PROTECTED]>: > This is only demo example. > I need uses Execute in loo than