A
Ankur
Hi
I am new to perl. I am using HTML::Template module to display tmpl
files on the web server. But I need to use HTML::Template::Expr module
now as well, to display the values of certain expressions in the same
script.
How can I use both HTML::Template and HTML::Template::Expr module in
the same perl and template file.
I mean I need to use both the following things in the script :
<html code>
<TMPL_VAR NAME=var1>
<TMPL_VAR EXPR="10 + 12">
</html code>
Kindly help.
Ankur Jain
http://ankurjain.org
I am new to perl. I am using HTML::Template module to display tmpl
files on the web server. But I need to use HTML::Template::Expr module
now as well, to display the values of certain expressions in the same
script.
How can I use both HTML::Template and HTML::Template::Expr module in
the same perl and template file.
I mean I need to use both the following things in the script :
<html code>
<TMPL_VAR NAME=var1>
<TMPL_VAR EXPR="10 + 12">
</html code>
Kindly help.
Ankur Jain
http://ankurjain.org