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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm18 Pod::Usage, pod2usage() - print a usage message from embedded pod documentation
29 pod2usage($message_text);
31 pod2usage($exit_status);
33 pod2usage( { -message => $message_text ,
38 pod2usage( -msg => $message_text ,
45 B<pod2usage> should be given either a single argument, or a list of
122 B<pod2usage> will print a usage message for the invoking script (using
201 B<pod2usage> doesn't force the above conventions upon you, but it will
203 ability of B<pod2usage()> to accept a single number or a string makes it
210 GetOptions("help", "man", "flag1") || pod2usage(
427 sub pod2usage { subroutine
[all...]

Completed in 14 milliseconds