Howdy: I'm running Perl 5.6.1 on RedHat Linux 2.4.7. Also, running Postgres 7.1.3.
I'd like to generate a graph / chart of data from my database. For example, in a perl script, I'm doing a distinct count of a column in a table and get a list of stuff back. I want to take that data and maybe put it into an array. From there, I'd like to figure out how to use THAT data and make a pie chart / do some trending and post it as an HTML page. Is this possible? I see that GD is available, but I can't find any examples. Suggestions? Thanks! -X