in reply to Re^2: question to a complex structure of hash/array
in thread question to a complex structure of hash/array

Hello!

Thanx to all. I will try to give a running code.

With the dumper there is the problem, that are some hundret values.
ydata => $fnfeld[$ploty[$ii]]->{'fn'},
This call to gnuplot is working.
But this not:
push @{$plotx{$ii}}, $fnfeld[$xfeld[$i]]->{'fn'}; . . . xdata => $plotx{$ii},
It is empty.
I will try to create a short standalone code.

Regards buchi