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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1 # 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::Long
[all...]

Completed in 32 milliseconds