Help for this page
my $sql = q(select username from user where address = ?); my $sth1 = $dbh->prepare($sql); $sth1->execute($address);