| CPAN Ratings enum reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of enum
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
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|