Searched defs:Getopt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dgetopt.pl9 # Suggested alternatives: Getopt::Long or Getopt::Std
18 ;# do Getopt('oDI'); # -o, -D & -I take arg. Sets opt_* as a side effect.
20 sub Getopt { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm1 package Getopt::Std;
11 use Getopt::Std;
59 Note that due to excessive paranoia, if $Getopt::Std::STANDARD_HELP_VERSION
63 to set $Getopt::Std::STANDARD_HELP_VERSION to true.
66 $Getopt::Std::OUTPUT_HELP_VERSION. One can print the messages of C<--help>
134 import Getopt::Std;
166 $0 version $v calling Getopt::Std::getopts (version $myv),
289 import Getopt::Std;
H A DLong.pm0 # Getopt::Long.pm -- Universal options parsing
3 package Getopt::Long;
142 package Getopt::Long::Parser;
147 Getopt::Long::Configure ()
162 my $save = Getopt::Long::Configure ($default_config, @{$atts{config}});
163 $self->{settings} = Getopt::Long::Configure ($save);
183 my $save = Getopt::Long::Configure ($self->{settings}, @_);
186 $self->{settings} = Getopt::Long::Configure ($save);
193 my $save = Getopt::Long::Configure ($self->{settings});
197 $Getopt
[all...]

Completed in 29 milliseconds