in reply to
hash key regular expression pattern
In addition to what everyone else has said, thor has to wonder if you can use compiled regexen (obtained using the
qr()
operator) as the hash keys. This would speed up your search.
thor
Comment on
Re: hash key regular expression pattern
Download
Code
In Section
Seekers of Perl Wisdom