my $sth = $dbh->prepare("SELECT stuff FROM table"); $sth->execute; my @data = $sth->fetchrow_array; #### print "";