in reply to Re: Re: Web page template for an HTTP daemon script
in thread Web page template for an HTTP daemon script
From the 'Template' synopsis...
my $vars = { var1 => $value, var2 => \%hash, var3 => \@list, var4 => \&code, var5 => $object, }; my $input = 'myfile.html'; $template->process($input, $vars) || die $template->error();
Cheers, Ben.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Web page template for an HTTP daemon script
by bronto (Priest) on Aug 13, 2003 at 14:53 UTC |