> On Tuesday, February 05, 2008, Dave Rolsky wrote:
> On Tue, 5 Feb 2008, Jeremy Blain wrote:
> > I use HTML::FillInForm in a filter block for this, works great.
> Me too, though I use a comp-call-with-content:
>    <&| /lib/fill-in-fill.mas, form_data => \%data &>
>    <form ...>
>    </form>
>    </&>

Since Mason has <%once> and <%init> sections, would it be appropriate
to consider having the parsing of the html portion done only once,
then modified on a per call basis. Would this not save the parse time
of the html per call? This assumes that the html is not changing per
comp call, only the values for the html elements.

..Otto


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to