in reply to Printing a hash from a foreach loop
foreach $day (keys %days_in_month) { print "$days_in_month{$day} days hath $day\n"; } [download]