in reply to Regex into an Array

I'm not completely sure to have understood what your actual problem could really be. But you can cerainly put regexen into an array. The qr// operator is your friend; it returns a blessed reference into a Regex object.