in reply to Re^3: How to calculate the column and print it in pie chart format using perl?
in thread How to calculate the column and print it in pie chart format using perl?

This should be easy, first, rename the subroutine print_overall_summary to print_pie_chart and then just implement the new subroutine.

Oh, by the way ... did you check the CPAN? SVG::TT::Graph::Pie.

  • Comment on Re^4: How to calculate the column and print it in pie chart format using perl?