http://qs321.pair.com?node_id=1113541


in reply to GD graph Invalid data set

Your code fails to compile, because the non-lexical filehandles are forbidden by use strict.
  1. Would you please post the *actual* code?
  2. Would you please provide a minimal data set that produces the problem?
When we try to help with this kind of problem, we need to be able to *recreate* the problem.

Replies are listed 'Best First'.
Re^2: GD graph Invalid data set
by sramazan (Initiate) on Jan 16, 2015 at 20:35 UTC

    My apologizes I knew I was missing something. In my @graph_R1 array all I have are integers Ex: my @graph_R1 = (1....125); Thanks.