my $sql_query = "SELECT * FROM export"; my $sth = $dbh->prepare($sql_query); $sth->execute();