Tag Archives: template toolkit

Web Applications on a Mac: Template Toolkit

Template Toolkit is useful when you need a Perl script to output HTML.  Instead of inline-ing the html code in Perl, an external template file is used.  Your script can pass variables and objects to the template, and they will be interpolated into the resulting html. Step 1) install template toolkit sudo cpan -i Template [...]
Posted in Software Development | Also tagged , , | Leave a comment