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 al...
DCOPPIT/Getargs-Long-1.1012 - 12 Jul 2018 03:33:26 GMTCXW/Getargs-Mixed-1.06 - 13 Apr 2019 01:29:12 GMT
Common behaviour for a daemon is to re-exec itself upon receipt of a signal (typically SIGHUP). It is also common to use modules like Getopt::Long to parse command line arguments when the program first starts. To achieve both of these tasks one must ...
JFITZ/Getargs-Original-0.1 - 13 Dec 2003 15:25:30 GMTThis module provides "get_args_from_argv()", which parses command line arguments (@ARGV) into subroutine arguments (%args). This module is used by Perinci::CmdLine. For explanation on how command-line options are processed, see Perinci::CmdLine's doc...
PERLANCAR/Perinci-Sub-GetArgs-Argv-0.843 - 26 Jun 2019 11:08:33 GMT