Help for this page

Select Code to Download


  1. or download this
    my $hits = $log->{hits};
    print keys %$hits; # print all the keys
    print "$key => $value\n" while (my ($key, $value) = each %$hits); # du
    +mp all
    print $hits->{keyX}; # print one value