in reply to
Re: Matching elements in a array
in thread
Matching elements in a array
Actually, I just realized that if you do go this route you can avoid needing to match twice: <code> my @tag_regexes = map { qr/<($_) ?
^>
*>/ } qw/kt bold ital ch\d/
Comment on
Re^2: Matching elements in a array
In Section
Seekers of Perl Wisdom