Brat Wizard wrote:
> I don't anymore- I was searching for a way to reprocess the info until I hit
> upon just including it.
>
> So...nevermind ;)
>
>
OK. If you ever end up developing this for executing
custom templates for some arbitrary user, you could make
the templates "safe" by nulling out the <% %> blocks like:
$template_data =~ s/\<\%/<%/isg;
or some such. I have thought about offering some directive
that could do that too like CodeExecute that could be called like:
$Response->Include({ File => \$template, CodeExecute => 0 });
Also, maybe have this be a PerlSetVar for diabling <% %> in
scripts too. Let me know if you ever need such a thing.
--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]