%hash = (this => 'one', that => 'two'); print join(', ', map({ "$_ => $hash{$_}" } sort keys %hash)), "\n"; [download]
In reply to Re: dumping a hash by gam3 in thread dumping a hash by herby1620