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