in reply to Re: Question about array reference
in thread Question about array reference

Thank you very much Aaron

Yes, during the copying in paste I forgot/delete the last . after the ";". I wanted to put the reference of the arrays in one unique array.

So in the end, your code, did what I want :)

 $results[$j][$z] = [ \@result_1, \@result_2 ];

Thank you very much

Pazzeo