prefix
command-line option values processing system
Install
- All systems
-
curl cmd.cat/prefix.sh
- Debian
-
apt-get install libapp-options-perl - Ubuntu
-
apt-get install libapp-options-perl - Kali Linux
-
apt-get install libapp-options-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libapp-options-perl - Raspbian
-
apt-get install libapp-options-perl
libapp-options-perl
command-line option values processing system
App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values. Furthermore, its special treatment of the "perlinc" option facilitates the inclusion ("use") of application-specific perl modules from special places to enable the installation of multiple versions of an application on the same system (i.e. /usr/myproduct/version).