http://qs321.pair.com?node_id=240976


in reply to Registration Error

What type of error is being experienced?

One thing that stands out to me is:
if ($dbm1{"$accountAD"} && $dbm1{"$accountAD"} =~ /^$accountAD$/) {
The hash key, $accountAD, is being compared against the value of the hash, $dbm1{"$accountAD"}. Shouldn't $accountID be used somewhere in here?

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.