@listOfHashes = { { qty => 1, number => 2, stock => 3, } { qty => 7, number => 8, stock => 9, } } #### print "$listOfHashes[1]{qty}";