using Graph

2002-05-20 Thread Johnson, Shaunn
Howdy: I think I need a second pair of eyes. I think I'm close with creating a trending line graph, but I can't figure out what part goes where and why I can not see anything useful. My goal: I am trying to connect to the database and pull back 6 fields (5 regions and 1 timestamp) and chart t

Re: using Graph

2002-05-21 Thread Felix Geerinckx
on Mon, 20 May 2002 20:39:54 GMT, [EMAIL PROTECTED] (Shaunn Johnson) wrote: > I think I need a second pair of eyes. > #!/usr/bin/perl -w > use diagnostics; > use CGI; > use GD::Graph::lines; > use DBI; It wouldn't hurt adding use strict; here. You will have to declare a lot o