in reply to Re: Flat File Database & GD::Graph (REVISITED)
in thread Flat File Database & GD::Graph (REVISITED)

Tradez,

Has this code been tested? I tried it, but still got a 500 error still. I found only 1 typo where it says:
my (@xAxisOfDates,@yAxisOfPartners,@yAxisOfArfi, @data) = ();

Where you had an extra 'i' at the end of the array. It should have been:
my (@xAxisOfDates,@yAxisOfPartners,@yAxisOfArf, @data) = ();

I suspect that the array is not spacing out the values and GD::Graph module does not like that formatting. Is there another way to do this?
---------------------
I'm always learning.
zen-designs.com