6 lines
99 B
Perl
6 lines
99 B
Perl
|
use Class::Struct;
|
||
|
|
||
|
struct( produce => {
|
||
|
vegetable => item,
|
||
|
fruit => item,
|
||
|
});
|