Search Results

6
votes

How do I create graphs in Perl on Windows?

GD and GD::Graph are probably your best bets, you can use them to create images that you can then embed into whatever you need. …