Help for this page
Arrays and hashes should be plural nouns, whether as regular ... $comment_ref = [4, 5, 6]; # wrong $comments = [4, 5, 6]; # right $comment = $comments->[0]; # right