RSS | Module Info | Add a review of enum
enum
(1.016)
This is very useful, although I have not tested it beyond simple enumerated lists. It should be a core module.
One thing it can't do, but this is largely a Perl limitation:
use enum qw( FOO BAR );
my %MOO = (
FOO => 'Foo',
BAR => 'Bar',
);
Robert Rothenberg - 2004-03-24T12:05:51 (permalink)
Was this review helpful to you?
Yes
No

