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
Depending on the complexity of your graph, simply generating a command file for Gnuplot—or GraphViz/Dotty, depending on what kind of graph you are referring to—might do the trick?