Help for this page

Select Code to Download


  1. or download this
    package Array::Map::OO;
    
    ...
          return __PACKAGE__->new( @array );
       }
    }
    
  2. or download this
    my @grandchildren = $root->children->children;