in reply to Printing items from an Hash using an Array

foreach (@array){ print( $_, ': ', $hash{$_}, "\n"); }