Help for this page

Select Code to Download


  1. or download this
    
    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