Help for this page
($ary1ref, $num) = read_data(...); @ary1 = @$ary1ref; # silly, but gets the point across # ... later ... ... # ... return \@retary, $count; }