my $sth1 = $dbh->prepare("select username from user where address=?"); $sth1->execute($address);