perl hash

i have an hash table in which each value is an array. How can i print for each key the array values??? something like this:

thanks

perldoc -f keys and 2 loops (one for the hash, one for the elements of the arrays). If you managed to build such a structure you should be able to go from here, except of course if this is homework.

How you do it depends on how you want to print them. This link should help:

perldsc - perldoc.perl.org