Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
pod2usage(1)
Edit
PageHistory
Diff
Info
LikePages
POD2USAGE !!!POD2USAGE NAME SYNOPSIS OPTIONS AND ARGUMENTS DESCRIPTION SEE ALSO AUTHOR ---- !!NAME pod2usage - print usage messages from embedded pod docs in files !!SYNOPSIS __pod2usage__ [[__-help__] [[__-man__] [[__-exit__ ''exitval''] [[__-output__ ''outfile''] [[__-verbose__ ''level''] [[__-pathlist__ ''dirlist''] ''file'' !!OPTIONS AND ARGUMENTS __-help__ Print a brief help message and exit. __-man__ Print this command's manual page and exit. __-exit__ ''exitval'' The exit status value to return. __-output__ ''outfile'' The output file to print to. If the special names ``-'' or `` __-verbose__ ''level'' The desired level of verbosity to use: 1 : print SYNOPSIS only 2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections 3 : print the entire manpage (similar to running pod2text) __-pathlist__ ''dirlist'' 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 ). ''file'' The pathname of a file containing pod documentation to be output in usage mesage format (defaults to standard input). !!DESCRIPTION __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 Pod::Usage. !!SEE ALSO Pod::Usage, ''pod2text''(1) !!AUTHOR Brad Appleton Based on code for ''pod2text''__(1)__ written by Tom Christiansen __ ----
One page links to
pod2usage(1)
:
Man1p
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.