my @list_of_teamdata = @{$sth->fetchall_arrayref}; # or just rewrite the rest to use an array ref my $list_of_teamdata = $sth->fetchall_arrayref;