Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    Grand->Parent1->Child2 has name you
    Grand->Parent1->Child3 has age 1
    Grand->Parent1->Child3 has name she
    
  2. or download this
    use warnings;
    use strict;
    ...
    Grand has 1 child
    Grand->Parent1 has 3 children