in reply to Printing items from an Hash using an Array
while (my ($k, $v) = each %hash) { print "$k: $v\n" } [download]
Igor 'izut' Sutton your code, your rules.