Help for this page

Select Code to Download


  1. or download this
       push @{ $Dad->children }, new child_t(type=>"Flower Child");
    
  2. or download this
    push @{ $Dad->children },  child_t::new('child_t','type',"Wild Child")
    +;
    
  3. or download this
    push @{ $Dad->children },  child_t->new(type=>"Natural Child");