in reply to getting problem to free an array values..
When you do that, does it work better?my $dataSet = Chart::Gnuplot::DataSet->new( points => [ @finalresult ], ### pass a ref to anonymous array, n +ot ref to global array style => "linespoints", title => "points" );
(updated comment in code to clarify)
|
|---|