$Hash{Array}[0] = "abc"; $Hash{Array}[1] = "xyz"; print "content-type: text/html\n\n"; print "$Hash{Array}[1]";