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