GIF problem

2003-02-14 Thread Shawn Bower
$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

Gif Problem

2003-02-13 Thread Shawn Bower
$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

HTML::Template

2002-06-24 Thread Shawn Bower
; $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