The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: perl hash
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-19-2009
littleboyblu littleboyblu is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 39
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:

Quote:
key1 array[0] array[1] ... array[n]
key2 array[0] array[1] ... array[n]
....
thanks