HTML::Template
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
.
Relevant Pages
- Re: HTML Code Produced by FP
... The OP is not using a script - he is designing a page that will be ... In pages I write that will be parsed by a Perl script I do not allow ... FrontPage to write any code. ... FP puts breaks (inserts html code) in places in the actual ... (microsoft.public.frontpage.programming) - Re: HTML::Template
... I am new to perl. ... I am using HTML::Template module to display tmpl ... to display the values of certain expressions in the same ... I mean I need to use both the following things in the script: ... (comp.lang.perl.misc) - Passing a value from a pure HTML script?
... I always work from the perl end of a web page and very seldom see the ... HTML code that the server puts out, so I am not an HTML heavy. ... link in a static HTML script without using form action. ... (alt.html) - Re: New Perl User needs help with POST in perl
... When I run the script again to send out the mass ... emails pulled from the dbm file, anyone who has a value of 1 will not be ... New Perl User needs help with POST in perl ... > Here is the end of the HTML code that uses POST: ... (perl.beginners) - 2005-10-23 [de.comp.lang.perl.cgi] FAQ
... Programmiersprache Perl in CGI-Scripten. ... Wo gibt es Dokumentation über Perl und CGI? ... Hilfe zum Programm perldoc kann man mit 'perldoc perldoc' ... Mein Script läuft nicht bei meinem Provider. ... (de.comp.lang.perl.cgi) |
|