Convert Perl POD documentation to Unix man pages
Perl documentation generator
pod2man$ pod2man script.pl > script.1$ pod2man --section=3 module.pm > module.3$ pod2man --center='My Project' script.pl > script.1$ pod2man --release='v2.0' input.pod > output.1$ pod2man --section=1 --center='Project Docs' --release='1.0' script.pl > script.1