for my $k (keys %hash) { print "$k => $hash{$k}\n"; } [download]
In reply to Re^2: Hash in Perl by Lennotoecom in thread Hash in Perl by rammohan