http://sulfericacid.perlmonk.org/evs/evs.pl?accountID=nKc5oWPOnaPeTHCzf&accountAD=sulfericacid@earthlink.net . #### if ( $accountID && ( $accountAD ne '' ) ) { if ( exists $unv{$accountID} ) { print "\$accountID found: $unv{$accountID}
"; if ( $unv{$accountID} = $accountAD ) { $dbm{$accountAD} = $accountAD; delete $unv{$ID}; print "Your address has been indexed successfully!
"; print qq(Please click here to submit another address); exit; } else { print "Registration didn't match.
"; print qq(Please click here to resend information); foreach (keys %unv) { print "$_ => $unv{$_}
"; exit; } } } else { print "Email address not found. Please re-submit your details.
"; print qq(Please click here to try again); exit; } } }