DB<112> @a="a".."d" => ("a", "b", "c", "d") DB<113> @a->[2] => "c" #### DB<114> use warnings; @a->[2] Using an array as a reference is deprecated ...