my $sth=$dbh->prepare(qq~select "$myColumn" from $myTable~); $sth->execute(); my @fields=$sth->fetchrow_array;