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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm49 sub Configure(@); # on demand
56 @EXPORT_OK = qw(&HelpMessage &VersionMessage &Configure);
128 Configure(@config) if @config;
145 # just been called, what we get from Configure is the default.
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 (
1105 sub Configure (@) { subroutine
[all...]

Completed in 87 milliseconds