Help for this page
$sth = $dbh->prepare (qq{ SELECT * FROM `forbidden_usernames` WHER +E `f_user` LIKE ? }); $sth->execute("$str"); ... if ($str =~ /$row->{f_user}/i) { return("bad"); }