my $sth = $dbh->prepare('SELECT * FROM info WHERE pword=?'); $sth->execute($password) or die "Couldnt do it: $!\n"