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
In reply to Re: Returning in a module
by ysth
in thread Returning in a module
by Mercio
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |