- or download this
foreach $key (sort keys %npanxxhash) {
&CountAndHash($key,\@npanxxarray,\%npanxxhash);
}
- or download this
while (<IN>) {
if ( $_ =~ m/^{.*$/ ) {
...
$minhash{$MIN} = undef;
}
}
- or download this
while (<IN>) {
next if ( /^{/ ); ## we only need to check the first character.
...
my $MIN = ( split /,/ )[1]; ## we only need to assign one variabl
+e
$minhash{$MIN} = undef;
}