my $sth = $dbh->prepare("select ... where column like ?"); my $rv = $sth->execute("%$argument%");