$hash{key} = [ 'this', 'that', 'those' ]; #### print "The 2nd value is $hash{key}[1].\n";