Forum Moderators: coopster & phranque

Message Too Old, No Replies

templates in perl

which module?

         

randomuser

6:10 am on Aug 12, 2002 (gmt 0)

10+ Year Member



when making templates for a perl cgi script, do you prefer using html::template, the template toolkit, your own solution, or something else? why? i'm trying to decide what i should use in my next project.

Brett_Tabke

7:17 am on Aug 12, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Hi random guy. I'd stick to hand coding your own template. They will be faster. The modules generally deal with big bulky hashes and scalers to do the work - that is memory abusive and slow.