$singular_noun # scalar @plural_noun # array $singular_noun{specific} # hash, element sub verb{ ... } # subroutine