[Templates] Templates inserting huge files

Mark Fowler mark@twoshortplanks.com
Mon, 6 Jan 2003 16:56:32 +0000 (GMT)


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, mark@twoshortplanks.com, http://twoshortplanks.com/};