Lines Matching refs:This

15 # This program is Copyright 1990,2002 by Johan Vromans.
16 # This program is free software; you can redistribute it and/or
22 # This program is distributed in the hope that it will be useful,
711 # This name will be used for the internal or external linkage.
1324 GetOptions(). This function adheres to the POSIX syntax for command
1374 Getopt::Long is the Perl5 successor of C<newgetopt.pl>. This was
1376 of command line options, hence the name Getopt::Long. This module
1386 This will load the core of the Getopt::Long module and prepare your
1448 C<$verbose>. This way the program can keep track of how many times the
1517 multiple occurrences of the options. This is easy using Perl's split()
1602 This call will allow C<--l> and C<--L> for the length option, but
1663 Extended integer, Perl style. This can be either an optional leading
1677 list or a hash valued. This is only needed when the destination for
1768 B<This program> will read the given input file(s) and do someting
1806 This example is fully equivalent with:
1882 It is possible to get special treatment for a lone dash. This can be
1908 This will call
1913 This feature requires configuration option B<permute>, see section
1919 Getopt::Long::Configure(). This subroutine takes a list of quoted
1935 This option causes all configuration options to be reset to their
1940 This option causes all configuration options to be reset to their
1961 This is the way GNU getopt_long() does it.
1965 This is a short way of setting C<gnu_compat> C<bundling> C<permute>
1998 This will call the callback routine for arg1 and arg2, and then
2095 errors. This makes it possible to write wrapper scripts that process
2129 This subroutine provides a standard version message. Its argument can be:
2165 This should be an integer, or else the string "NOEXIT" to
2187 This subroutine produces a standard help message, derived from the
2219 no longer necessary or otherwise unwanted. This section describes
2327 This program is Copyright 2003,1990 by Johan Vromans.
2328 This program is free software; you can redistribute it and/or
2334 This program is distributed in the hope that it will be useful,