Getopt::EvaP 2.3.5 review

Download
by rbytes.net on

Getopt::EvaP is a Perl module to evaluate Perl command line parameters. SYNOPSIS use vars qw/@PDT @MM %OPT/; use Getopt::Eva

License: Perl Artistic License
File size: 51K
Developer: Stephen O. Lidie
0 stars award from rbytes.net

Getopt::EvaP is a Perl module to evaluate Perl command line parameters.

SYNOPSIS

use vars qw/@PDT @MM %OPT/;
use Getopt::EvaP;

EvaP @PDT, @MM, %OPT;

EXPORT

use Getopt::EvaP exports the subs EvaP and EvaP_PAC into your name space.

@PDT is the Parameter Description Table, which is a reference to a list of strings describing the command line parameters, aliases, types and default values. @MM is the Message Module, which is also a reference to a list of strings describing the command and it's parameters. %OPT is an optional hash reference where Evaluate Parameters should place its results. If specified, the historical behaviour of modifying the calling routines' namespace by storing option values in %Options, %options and $opt* is disabled.

Requirements:
Perl

Getopt::EvaP 2.3.5 search tags