Help for this page

Select Code to Download


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