- or download this
#!/your/perl/here
use strict;
...
{
print "\$seen{$k}: $seen{$k}\n";
}
- or download this
$seen{6}: 27
$seen{19}: 23
$seen{21}: 33
$seen{43}: 17
- or download this
$ad_lookup{$count} = $hash{$k};
- or download this
$ad_lookup{$count-1} = $hash{$k};