in reply to Re: Hash in Perl
in thread Hash in Perl
for my $k (keys %hash) { print "$k => $hash{$k}\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Hash in Perl
by rammohan (Acolyte) on Jan 02, 2014 at 07:26 UTC | |
by Lennotoecom (Pilgrim) on Jan 02, 2014 at 07:29 UTC |