in reply to Re^4: 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?

The names are easier for you to understand. your previous code used hashs.

and what effective difference does it make, just how many rows are going to come back from that select? "use DBI;" probably cost more than hashref for this query.

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