Help for this page
#---------------------------------------------------------- # FOR SLOPE ... #create the data for transfer to the graph program $trendlineString = join(',',@trendline);
my @data = ([@alldates], ... print "Content-type: image/png\n\n"; print $myimage->png;