Sachin has asked for the wisdom of the Perl Monks concerning the following question:
Hi Anybody Can tell me how to use perl in HTML Template. I Also tried to use it by using following code but it was not running.
[% PERL %] [ print "Hello!!";] [% END %] <html> <title> This is Example of using perl with HTML </title> </html>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to use Perl in HTML Template??
by moritz (Cardinal) on Nov 03, 2009 at 07:52 UTC | |
|
Re: How to use Perl in HTML Template?
by Anonymous Monk on Nov 03, 2009 at 07:53 UTC | |
by Sachin (Acolyte) on Nov 03, 2009 at 10:46 UTC | |
by dsheroh (Monsignor) on Nov 03, 2009 at 11:21 UTC | |
by Anonymous Monk on Nov 03, 2009 at 12:08 UTC |