metaperl has asked for the wisdom of the Perl Monks concerning the following question:
One very confusing thing about this module is the description starts off saying
Hashes are great for storing named data, but if you want more than one entry for a name, you have to use a list of pairsBut then the docs show named data where is not more than one entry per name:
Assuming that 'entry' is synonomous with 'value' and 'name' is synonomous with 'key'.$values = [ foo => undef, bar => undef, baz => undef, xyz => { ... }, ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Data::OptList - I just dont get it
by ikegami (Patriarch) on Jul 21, 2009 at 14:12 UTC | |
|
Re: Data::OptList - I just dont get it
by metaperl (Curate) on Jul 21, 2009 at 14:10 UTC |