Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I wonder if I could build a pie chart using Perl. I've seen they did it using ASP (http://www.hanengcharts.com/Developers_ASP.asp)

As my website is using Perl and MySQL, how could I build a pie chart base on the data in MySQL using Perl. TQ

Replies are listed 'Best First'.
Re: Pie Chart in perl
by Ovid (Cardinal) on Jan 08, 2005 at 02:12 UTC
Re: Pie Chart in perl
by gman (Friar) on Jan 10, 2005 at 14:59 UTC
    The link you gave is for a Java applet
    using ASP to generate the HTML page to call it.
    You could have just as easily created the HTML using perl.