![]() |
|
P is for Practical | |
PerlMonks |
Re: Using Templatesby samtregar (Abbot) |
on Oct 18, 2010 at 17:12 UTC ( [id://865991]=note: print w/replies, xml ) | Need Help?? |
Virtually any templating system will be faster than that because it will compile the template once and use the compiled version to build the output in the loop. Here's how it would look if you used HTML::Template for example:
Faster, and less code too! -sam
In Section
Seekers of Perl Wisdom
|
|