Steve Bertrand <[email protected]> asked: > This is more of a request for recommendation than it is a 'howto' type > question. > > A couple of years ago, I wrote a Perl program to extract and format data > from one of my mail servers, and the results are emailed to me each day. > > Now I'm considering going back in history, and trying to graph the > information since the inception of the program. Since I wrote the > initial program, it is trivial to manage the data in any way I see fit.
Just some ideas: - use Orca (http://www.orcaware.com/orca/) or directly RRDB - gnuplot + textfiles = quick graphs without the hassle - GD::Graph (http://search.cpan.org/dist/GDGraph/Graph.pm) - You can make simple vertical bar charts in HTML easily using tables and CSS HTH, Thomas -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
