./devel/p5-Data-OptList, Parse and validate simple name/value option pairs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q3, Version: 0.104, Package name: p5-Data-OptList-0.104, Maintainer: pkgsrc-users

parse and validate simple name/value option pairs. Example:

use Data::OptList;

my $options = Data::Optlist::mkopt([
qw(key1 key2 key3 key4),
key5 => { ... },
key6 => [ ... ],
key7 => sub { ... },
key8 => { ... },
key8 => [ ... ],
]);


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: a59598f1ee9fde337a4d11c3be1f333faab78ef4
RMD160: 23ec2172d625ea7c894a3b3c600da40f3a11665b
Filesize: 24.086 KB

Version history: (Expand)