Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
So I could then add something like this to my Perl code.<HTML> <HEAD> <TITLE>$Title </title> </head> <BODY> Here's the text from the .txt file<br> @Text </body> </html>
Yet it doesn't want to work. Can you highly trained Monks help me?my $template = HTML::Template->new(filename => 'my.tmpl'); print $template->output; exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: About HTML::Template
by jeffa (Bishop) on Nov 12, 2001 at 11:39 UTC | |
|
Re: About HTML::Template
by Asim (Hermit) on Nov 12, 2001 at 12:03 UTC | |
|
Re: About HTML::Template
by tomhukins (Curate) on Nov 12, 2001 at 15:54 UTC | |
|
Re: About HTML::Template
by cfreak (Chaplain) on Nov 12, 2001 at 21:54 UTC |