freebsd-ports/devel/p5-Getargs-Long/pkg-descr
Pete Fritchman d33ae32fd3 Add p5-Getargs-Long 0.1.3, parse routine arguments.
PR:		33417
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-02-08 08:42:35 +00:00

10 lines
386 B
Plaintext

The Getargs::Long module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an
easy way to get at the parameters within the routine, and yields
concise descriptions for the common cases of all-mandatory and
all-optional parameter lists.
WWW: http://search.cpan.org/search?dist=Getargs-Long
Seamus Venasse <svenasse@polaris.ca>