Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

App::Ack::ConfigLoader

Name App::Ack::ConfigLoader
Version
Located at /usr/share/perl5
File /usr/share/perl5/App/Ack/ConfigLoader.pm
Is Core No
Search CPAN for this module App::Ack::ConfigLoader
Documentation App::Ack::ConfigLoader
Module Details App::Ack::ConfigLoader

We have to build two argument specs.

To populate the %parsed hash: Capture the arguments that the user has passed in, as parsed by the Getopt::Long::GetOptions function. Aliases are converted down to their short options. If a user passes ``--proximate'', Getopt::Long converts that to ``-p'' and we store it as ``-p''.

To populate the @raw array: Capture the arguments raw, without having been converted to their short options. If a user passes ``--proximate'', we store it in @raw as ``--proximate''.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026