On Sun, 23 Jun 2002, Shawn Bower wrote: > <------------------------------> > my $template = HTML::Template->new(filename=>'weather.html'); > $template->param('CurrTime', $currTime); > $template->param('CurrTemp', $currTemp); > $template->param('HiTemp', $hiTemp); > $template->param('LoTemp', $loTemp); > $template->param('ImgLoc', $imgLoc); > $template->param('CurrCon', $currCon); > > #Display template page > print "Content-Type: text/html\n\n"; > print $template->output;
Shawn: Where are the variables being set? e.g., $imgLoc = 'foo.bar.com/images.gif'; -- Eric P. Los Gatos, CA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]