On Mon, 6 Jan 2003, darren chamberlain wrote:

> Only tested quickly, but it should work.

You'll still likely to get some buildup in Template.pm as it collects all
output into a scalar internally before doing whatever you asked it to do
with it.  To get around this you could use Template::Service directly, but
that might be more than you want to fiddle with atm.

Mark.

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates

Reply via email to