I'm think this is wrong (it's looks very strange for me):
$loop_data_3{$counter} = @loop_data_1; $param_2{'ProductList'} = \$loop_data_3{$counter};
Maybe you want:
$loop_data_3{$counter} = \@loop_data_1; $param_2{'ProductList'} = $loop_data_3{$counter};
In reply to Re^5: Using arrays as elements in hash
by Gangabass
in thread Using arrays as elements in hash
by XMas
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |