in reply to Text::Template->How to use comments and delimiters
When using Text::Template...
1. Before adding Perl Code, escape all { and } with a Perl script.
2. All the Perl code goes between { and }
3. end all Perl code I want to evaluate to nothing with
'';
4. If my HTML, ActionScript and JavaScript is happy happy, and my Perl between the {} is happy happy, Text::Template always seems happy happy.
5. One of my favorite modules by far. Not sure I would even use alot of Perl if it didn't have text::Template.