in reply to Hash/Array of Regular Expressions?

You can of course create an array of regexes and use [eval] to run each element of the array when you set $_ to the thing you want to evaluate with that regex.

--HolyGrail