How do I use Perl to create graphs?
I\'m running scheduled job that creates text reports. I\'d like to move this to the next step (for the management) and also crea
It depends to a great extent what sort of graphs (the look of them), and the data-source. I've had some good result by using the YUI Charts and feeding them some JSON style versions of the original source data. Rolling over a live chart for exact values is quite easy for example. There are plenty of examples on the developer pages.