Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
"be consistent"
 
PerlMonks  

Re: Creating huge files with the Template Toolkit

by thunders (Priest)
on Jul 15, 2005 at 10:29 UTC ( [id://475239]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Creating huge files with the Template Toolkit

I found this thread on the mailing list. Click here

It sounds like a bit of a hack, basically you alter the $OUTPUT token for the perl code TT generates.

In Template::Directive it is defined as:
$OUTPUT    = '$output .= ';

You can set it to something like this
$Template::Directive::OUTPUT = 'print ';

On the thread Andy notes that this will break WRAPPER and lists a few other caveats.

Replies are listed 'Best First'.
Re^2: Creating huge files with the Template Toolkit
by tinita (Parson) on Jun 22, 2006 at 11:57 UTC
    can't you just output to a filehandle? (note that I'm not a TT expert, I'm just wondering)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://475239]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.