@interestingThings = ($root[2][0..3][3]); # Should print an array of interesting scalar values. print Dumper(\@interestingThings);