pod2text
TLDR
Convert POD to plain text
$ pod2text [file.pod]
Output to file$ pod2text [file.pod] > [output.txt]
Specify width$ pod2text -w [80] [file.pod]
Loose formatting$ pod2text -l [file.pod]
SYNOPSIS
pod2text [options] [file]
DESCRIPTION
pod2text converts Perl POD to plain text. Part of Perl distribution.
The tool renders documentation for terminals. Creates readable output.
pod2text creates text output.
PARAMETERS
FILE
Input POD file.-w WIDTH
Output width in columns.-l, --loose
Loose paragraph formatting.-q QUOTES
Quote characters.-c, --color
Use ANSI colors.
CAVEATS
Perl-specific format. Part of standard Perl.
HISTORY
pod2text was created for terminal viewing of Perl documentation.


