Brat Wizard wrote:

>                         # picture
>                         else { $$hash{$token} = sprintf($fmt, $$hash{$token}); 
> }
>                         }
>                 $tmpl =~ s/__${TOKEN}__/$$hash{$token}/gme;
>                 }
>         $Response->Include(\$tmpl);
>         }
> 

Now that is interesting.  You grabbed all the raw output, preprocessed
it, and then ran executed it again, effectively creating a preprocessing
model.  Tricky.  This gives something to think about...

--Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


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

Reply via email to