Help for this page

Select Code to Download


  1. or download this
    for (keys %total) {
         push @matches, $_ if $_ eq "$item";
    }
    
  2. or download this
    push @matches, $item if exists $total{$item};