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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm155 or unsetting one or more I<parse-options> using the B<parseopts()> method.
195 Please see L<"parseopts()"> for a complete description of the interface
1296 =head1 B<parseopts()>
1298 When invoked with no additional arguments, B<parseopts> returns a hashtable
1302 my %opts = $parser->parseopts();
1305 When invoked using a single string, B<parseopts> treats the string as the
1310 my $want_cut = $parser->parseopts('-process_cut_cmd');
1313 When invoked with multiple arguments, B<parseopts> treats them as
1318 $parser->parseopts(-warnings => 0);
1320 When passed a single hash-ref, B<parseopts> use
1332 sub parseopts { subroutine
[all...]

Completed in 23 milliseconds