I\'m wondering if Perl has a built-in way to check for the existence of a hash element with a key matching a particular regex. For example:
my %h = ( \'twelv
There's no built-in way, but there's Tie::Hash::Regex on CPAN.