Help for this page

Select Code to Download


  1. or download this
    package My_Stuff;
    
    ...
    );
    
    1;
    
  2. or download this
    package Record_Stuff;
    
    ...
        return $rec_struct;
    }
    1;
    
  3. or download this
    use strict;
    use Data::Dumper;
    ...
    use Record_Stuff;
    
    print Dumper Record_Stuff::get_record_structure();
    
  4. or download this
    $VAR1 = [
            title,
    ...
             street,
            'A40',
    ];