Help for this page

Select Code to Download


  1. or download this
    use List::Util qw( first );
    
    ...
        my $re_ref = first { $row =~ $_->{re} } @re_count;
        $re_ref->{count}++ if $re_ref;
    }