Help for this page
my $sth = $dbh->prepare( qq| select count( * ) ... |) || die $dbh->errstr; $sth->execute( $FORM{'email'} );