SyntaxFix
Write A Post
Hire A Developer
Questions
I really like to sort the keys in one liner code:
print "$_ => $my_hash{$_}\n" for (sort keys %my_hash);