Help for this page
my @codes = qw/ CODE1 CODE2 CODE3 /; my @regex = map { qr/$_/i } @codes; ... # logic goes here }