$i++ while $output[$i] = [ $sql->fetchrow_array ]; #### my $output = $sql -> fetchall_arrayref; # Or my @output = @{$sql -> fetchall_arrayref};