in reply to Re: Elements in array
in thread Elements in array

Good work! And without using Data::Dumper module output can be done via

foreach (keys %hash) {print "$_ => $hash{$_}\n";}