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

Devel::ModInfo::ParamArray

Devel::ModInfo::ParamArray - Defines a particular Perl module and contains collections of descriptors for that module

SYNOPSIS

Not meant to be used outside the ModInfo system.

DESCRIPTION

Devel::ModInfo::ParamArray provides the name and description of an array of parameters that can be provided to a Perl function. A ParamArray is an array of undefined length, which means that the author has no idea how many parameters will really be provided to the function. It should be used only when the function itself expects a variable number of parameters. When the function anticipates a specific order of parameters, they should be explicitly defined using ParameterScalars instead.

AUTHOR

jtillman@bigfoot.com tcushard@bigfoot.com

SEE ALSO

Devel::ModInfo::Parameter

Devel::ModInfo::Function

perl(1).