$chart = $chart.$_;
}
#take off the header
$chart = substr($chart, index($chart, "private"));
$chart = substr($chart, index($chart, "\n"));
$chart = substr($chart, 2);
#print the gif t
$chart = $chart.$_;
}
#take off the header
$chart = substr($chart, index($chart, "private"));
$chart = substr($chart, index($chart, "\n"));
$chart = substr($chart, 2);
#print the gif
;
$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;
Thanks,
Shawn Bower