test.tmpl contains <tmpl_var NEW_/A/B/C> . I guess the problem with the special characters in the "tmpl_var".Please suggest me How we can proceed ? . -kullsmy %hash=( 'NEW_A/B/C' => '3' ); my $t=HTML::Template->new(filename=> 'test.tmpl'); $t->param('NEW_A/B/C' => $hash{'NEW_A/B/C'}); print $t->output();
In reply to How to Set the 'tmpl_var' value in HTML::Template by kulls
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |