Help for this page

Select Code to Download


  1. or download this
    struct child_t {
     char type[10];
    ...
     char type[10];
     struct * child_t child;
    };
    
  2. or download this
    use Class::Struct;
    struct child_t => {
    ...
       type => '$',
       children => '$',
    };