in reply to Filling a matrix

My problem occurs ...

What is the problem? Please read How do I post a question effectively? and I know what I mean. Why don't you?

What I'd like to get is a Pie chart ... Any ideas?

Have you searched CPAN?

Replies are listed 'Best First'.
Re^2: Filling a matrix
by David92 (Sexton) on Aug 08, 2014 at 12:16 UTC
    I edited it a bit. The point of my question is not how to create a Pie Chart,but simply how to to push in the values in correct order, inside my Matrix / Array.

      A clearer picture of the input data and desired output data would be helpful, e.g. use Data::Dumper; print Dumper(\%elohimHash); (possibly reduced to some small number of example datasets), since at the moment your post does not agree with itself ("%elohimHash{$folderId}{$customer}{$version}{points} = $totPoints;" vs. "$totSP = $elohimHash{$folderId}{$customer}{$version}{totSP};") As for the output, is @valueArray supposed to be filled per $customer, per $folderId, or across the entire input hash?