my $SQLString "select this, that from there"; $sth = $dbh->prepare($SQLString); $sth->execute(); @bkmark = $sth->fetchrow; if(length(@bkmark) == 0) { ........... }