Lines Matching refs:arguments

656 	#  Push back accumulated arguments
1212 # The arguments are mostly the same as for Pod::Usage::pod2usage:
1241 # The arguments are the same as for Pod::Usage::pod2usage:
1265 # name and value as arguments. Remove these, if so.
1333 Command line operated programs traditionally take their arguments from
1335 program needs to know. Besides arguments, these programs often take
1393 non-option arguments. See L<Configuring Getopt::Long> for more
1409 The call to GetOptions() parses the command line arguments that are
1452 =head2 Mixing command line option with other arguments
1454 Usually programs take command line options as well as other arguments,
1456 options first, and the other arguments last. Getopt::Long will,
1457 however, allow the options and arguments to be mixed and 'filter out'
1458 all the options before passing the rest of the arguments to the
1459 program. To stop Getopt::Long from processing further arguments,
1553 will call the subroutine with two or three arguments. The first
1556 the second arguments is the key to the hash, and the third argument
1894 to handle non-option arguments. When GetOptions() encounters an
1971 Whether command line arguments are allowed to be mixed with options.
1979 Whether command line arguments are allowed to be mixed with options.
2021 auto_abbrev enabled, possible arguments and option settings are:
2096 only part of the user supplied command line arguments, and pass the
2189 arguments as VersionMessage(). In particular, you cannot tie it
2303 to verify how your CLI passes the arguments to the program.