in reply to Re: use fields; # damnit
in thread use fields; # damnit
Set up your object around an array instead of a hash, define a series of constants with the field names, and there you are.
I even set up a shortcut module that maps field names to small integers for this purpose (sort of like the "enum" statement in C)
see also: enum::fields which is oriented for OO inheritance but which doesn't provide accessors.
|
|---|