while ( $ac_num = $sth->fetchrow_arrayref()) { print "
Print for testing only: @{$ac_num}
\n"; push (@all_num,@{$ac_num}); { print "
For testing results: ^^^^^@all_num^^^^^
";