If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
Something like DIGIT_REGEX = qr/^[ABCDEFGHJKLMNPQRSTUVWXYZ23456789]+$/?
Then you'd only have one "regex match" Perl op rather than a foreach loop with hash lookups for each character, which should be faster.