Hi, I have a piece of code which generates array of arrays which then is used to call the GD::Graph::Boxplot...
For some reasons, I would have elements that is defined but has not value. I have been going thru the code to see if I had accidentally assigned null values or if I had accidentally do something like: data[0][1] = 1; data[0][100] = 100; without defining the 99 elements within the range; but it doesn't seem to be the case.... Does someone has some suggestions as to how to debug this? Thanks... --Chung Ley