$value = %hash->{key}; #### @array = ('a','b','c'); print @array->[2], "\n";