http://www.perlmonks.org?node_id=1007820


in reply to Re: Passing a reference from a subroutine.
in thread Passing a reference from a subroutine.

Like this?
... my @temp_array; push @temp_array, $one_num, $$account_num, $name, $new_name, $plano, $ +passdate, $todays_date, $descont, $firm, $value, $thetotal, $commited +; push @{ $AoA[$c] }, @temp_array; } return @AoA; }