Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
        'Stuff1' => 'Data Stuff',
    ...
          },
       },
    };
    
  2. or download this
    #pseudo code
    struct SubFields => {
    ...
    print Dumper($subfields);
    print Dumper($tree);
    
  3. or download this
    $VAR1 = bless({
       'SubFields::Description' => undef,
    ...
          },
       },
    };