in reply to Re: yet more dbi issuesin thread yet more dbi issues
my @list_of_teamdata = @{$sth->fetchall_arrayref}; # or just rewrite the rest to use an array ref my $list_of_teamdata = $sth->fetchall_arrayref; [download]