in reply to % Arrays??
$a[5] = ...; # Array $h{abc} = ...; # Hash [download]
keys returns a list of the keys of the hash's elements.