Help for this page

Select Code to Download


  1. or download this
     my $non_ommitted_pattern =~ /(\W+).+/;
        foreach (@a) {our @match = grep {$_ == $non_ommitted_pattern} @a;