The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Acme::Sub::Parms

Provides simple function/method parameter processing handlers 

To install:

perl Makefile.PL
make
make test
make install

Alternatively, if you have Module::Build installed,

perl Build.PL
./Build
./Build test
./Build install

See 'perldoc Acme::Sub::Parms' for the documentation.