Lines Matching refs:it

16 # This program is free software; you can redistribute it and/or
17 # modify it under the terms of the Perl Artistic License or the
22 # This program is distributed in the hope that it will be useful,
200 # Locally set exception handler to default, otherwise it will
287 # as it is really a hash underneath.
347 # If no linkage is supplied in the @optionlist, copy it from
462 # Look it up.
612 # Not an option. Save it if we $PERMUTE and don't have a <>.
712 # In other words, if the user specifies "FoO|BaR", it will
714 # variable needs to be set, it will be $opt_FoO in the exact case
806 # If it is a long option, it may include the value.
817 #### Look it up ###
876 # Now see if it really is ambiguous.
921 # If it is an option w/o argument, we're almost finished with it.
1264 # If called by direct binding to an option, it will get the option
1339 but with a suitable option it could provide verbose information about
1340 what it did.
1387 program for using it. Most of the actual Getopt::Long code is not
1421 processed successfully. Otherwise, it will write error messages to
1436 as expected. But it is also allowed to use C<--noverbose>, which will
1469 For options that take values it must be specified whether the option
1516 Often it is useful to allow comma-separated lists of values as well as
1523 Of course, it is important to choose the right separator string for
1552 as the option destination. When GetOptions() encounters the option, it
1558 or do whatever it thinks is appropriate.
1570 If the subroutine needs to signal an error, it should call die() with
1576 it is interpreted specially by GetOptions(). There is currently one
1578 to stop processing options, as if it encountered a double dash C<-->.
1582 Often it is user friendly to supply alternate mnemonic names for
1638 every time it appears on the command line. E.g. C<"more+">, when used
1640 resulting in a value of 3 (provided it was 0 or undefined at first).
1687 Note that if a string argument starts with C<-> or C<-->, it will be
1794 For options that take list or hash values, it is necessary to indicate
1824 With bundling it is possible to set several single-character options
1889 it will set variable C<$stdio>.
1895 argument that does not look like an option, it will immediately call this
1896 subroutine and passes it one parameter: the argument name.
1958 C<gnu_compat> controls whether C<--opt=> is allowed, and what it should
1961 This is the way GNU getopt_long() does it.
2095 errors. This makes it possible to write wrapper scripts that process
2115 POSIXLY_CORRECT has been set, in which case it is C<(--|-)>.
2150 as a list) it should contain one or more elements with the following
2189 arguments as VersionMessage(). In particular, you cannot tie it
2272 configuring. Although manipulating these variables still work, it is
2274 in version 2.17. Besides, it is much easier.
2285 interpreter (CLI). On Unix, this is the shell. On Windows, it is
2328 This program is free software; you can redistribute it and/or
2329 modify it under the terms of the Perl Artistic License or the
2334 This program is distributed in the hope that it will be useful,