in reply to Re: printing hashesin thread printing hashes
print join(', ', map { $_ . ' => '. $hash{$_} } keys %hash), "\n"; [download]
print join(', ', map { $_ . _ => ' . $hash{$_} } sort { $a cmp $b } ke +ys(%hash), "\n"; [download]