Re: HTML::Template not outputting
- From: "Mumia W." <paduille.4061.mumia.w+nospam@xxxxxxxxxxxxx>
- Date: Tue, 26 Feb 2008 09:29:38 -0600
On 02/25/2008 02:11 PM, gmail@xxxxxxxxxxxxxxx wrote:
Hello all.. I'm having trouble getting HTML::Template to output.
Hello.
[...]
warn "outputting template...\n\n";
print "Content-Type: text/html\n\n";
print "Print test from script...\n\n";
$template->output();
You forgot to print the output:
print $template->output();
[...]
All that ends up being printed to the web browser is:
"Print test from script..."
.
- References:
- HTML::Template not outputting
- From: gmail
- HTML::Template not outputting
- Prev by Date: Re: HTML::Template not outputting
- Next by Date: Math Clipboard Guitest versions questions Feb 26, 2008
- Previous by thread: Re: HTML::Template not outputting
- Next by thread: Math Clipboard Guitest versions questions Feb 26, 2008
- Index(es):