Help for this page

Select Code to Download


  1. or download this
    open my $LOG, '<', $logfile or die $!;
    my %occurrences;
    ...
        }
    }
    return \%occurrences
    
  2. or download this
    my %occurrences;
    for my $index (0 .. $#log) {
    ...
        }
    }
    return \%occurrences