Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl -w
    use strict;
    ...
        print "\t$key accessed $value times.\n" while (($key,$value) =  ea
    +ch %{$hash{$company}});
        print "\n";
    }
    
  2. or download this
    while (<FILE>) {
    my @a = split /,/;
    $hash{$a[3]}{$a[4]}++;
    }