Help for this page

Select Code to Download


  1. or download this
    my @matches = map { $_->result} grep {
                                 my $re = $_->regex; 
                                         $matchtext =~ /$re/i;
                                        } @x;