my $sth = $dbh->prepare('Select * from users where name = "$name"'); $sth->execute();