pod2usage - print usage messages from embedded pod docs in files |
pod2usage - print usage messages from embedded pod docs in files
1 : print SYNOPSIS only 2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections 3 : print the entire manpage (similar to running pod2text)
pod2usage will read the given input file looking for pod documentation and will print the corresponding usage message. If no input file is specifed than standard input is read.
pod2usage invokes the pod2usage() function in the Pod::Usage module. Please see pod2usage() in the Pod::Usage manpage.
the Pod::Usage manpage, pod2text(1)
Please report bugs using http://rt.cpan.org.
Brad Appleton <bradapp@enteract.com>
Based on code for pod2text(1) written by Tom Christiansen <tchrist@mox.perl.com>
pod2usage - print usage messages from embedded pod docs in files |