Lines Matching refs:program

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,
1335 program needs to know. Besides arguments, these programs often take
1337 program to work, hence the name 'option', but are used to modify its
1338 default behaviour. For example, a program could do its job quietly,
1381 To use Getopt::Long from a Perl program, you must include the
1382 following line in your Perl program:
1387 program for using it. Most of the actual Getopt::Long code is not
1438 default value, the program can find out whether C<$verbose> is false
1448 C<$verbose>. This way the program can keep track of how many times the
1450 C<--verbose> could increase the verbosity level of the program.
1459 program. To stop Getopt::Long from processing further arguments,
1465 passed to the program unharmed, in C<@ARGV>.
1495 Options sometimes take several values. For example, a program could
1768 B<This program> will read the given input file(s) and do someting
1787 was used. The drawback is that warnings will be issued if the program
2070 program name, its version (if $main::VERSION is defined), and the
2074 C<auto_version> will be enabled if the calling program explicitly
2087 C<auto_help> will be enabled if the calling program explicitly
2097 remaining options to some other program.
2160 program's usage message.
2188 program's POD section SYNOPSIS using L<Pod::Usage>. It takes the same
2203 signalled using die() and will terminate the calling program unless
2237 namespace of the calling program, not necessarily C<main>. For
2299 program:
2303 to verify how your CLI passes the arguments to the program.
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,