pod2usage - print usage messages from embedded pod docs in files
[-help] [-man] [-exitexitval] [-outputoutfile] [-verboselevel] [-pathlistdirlist] [-formattermodule]file
Print a brief help message and exit.
Print this command's manual page and exit.
The exit status value to return.
The output file to print to. If the special names "-" or ">&1" or ">&STDOUT" are used then standard output is used. If ">&2" or ">&STDERR" is used then standard error is used.
The desired level of verbosity to use:
1 : print SYNOPSIS only2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections3 : print the entire manpage (similar to running pod2text)
Specifies one or more directories to search for the input file if it was not supplied with an absolute path. Each directory path in the given list should be separated by a ':' on Unix (';' on MSWin32 and DOS).
Which text formatter to use. Default isPod::Text, or for very old Perl versionsPod::PlainText. An alternative would be e.g.Pod::Text::Termcap.
The pathname of a file containing pod documentation to be output in usage message format (defaults to standard input).
pod2usage will read the given input file looking for pod documentation and will print the corresponding usage message. If no input file is specified then standard input is read.
pod2usage invokes thepod2usage() function in thePod::Usage module. Please see"pod2usage()" in Pod::Usage.
Please report bugs usinghttp://rt.cpan.org.
Brad Appleton <bradapp@enteract.com>
Based on code forpod2text(1) written by Tom Christiansen <tchrist@mox.perl.com>
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.