%q_and_a = ( '105' => 'How do I use Netscape', '111' => 'How do I listen to MP3s', '119' => 'How can I send email with attachments' ); #### foreach (keys(%q_and_a)) { print "Q: $q_and_a{$_}\n"; } #### Q: How can I send email with attachments Q: How do I listen to MP3s Q: How do I use Netscape