- or download this
sub mk_data_accessors
{
...
}; die $@ if $@;
}
}
- or download this
mk_data_accessors(qw(method1 method2 method3));
- or download this
sub mk_data_accessors2
{
...
}; die $@ if $@;
}
}
- or download this
mk_data_accessors2('{data}->', qw(method1 method2 method3));