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
bless
ed reference into a
Regex
object.
Comment on
Re: Regex into an Array
Select
or
Download
Code
In Section
Seekers of Perl Wisdom