Help for this page

Select Code to Download


  1. or download this
    sub read_dict{
    my $file=$_[0];
    ...
    # return the hash of arrays!!!
    return \%dict1;
    }
    
  2. or download this
    if (grep {$_ eq $string} @uniq_strings) { $match++ ; }
        
    ...
                     }
            }
        }