On Tue, 24 Nov 2009 21:24:30 -0500, Brad Baxter wrote
> Hi all,
>
> I once tried to implement nested templates with HTML::Template.
> Below is an example of what I came up with:
>
> 1 #!/usr/local/bin/perl
> 2
> 3 use strict;
> 4 use warnings;
> 5 use HTML::Template;
On 11/24/2009 09:24 PM, Brad Baxter wrote:
> Is there a better way?
I've done this by using a different name for each pass. So something like:
So you run it through HTML::Template once to get the output and then
s/http://p.sf.net/sfu/bobj-july
___