Pod::Man(3p) Perl Programmers Reference Guide Pod::Man(3p)
Pod::Man(3p) Perl Programmers Reference Guide Pod::Man(3p) # Pod::Man(3p) Perl Programmers Reference Guide Pod::Man(3p) NNAAMMEE # Pod::Man - Convert POD data to formatted *roff input SSYYNNOOPPSSIISS # use Pod::Man; my $parser = Pod::Man->new (release => $VERSION, section => 8); # Read POD from STDIN and write to STDOUT. $parser->parse_file (\*STDIN); # Read POD from file.pod and write to file.1. $parser->parse_from_file ('file.pod', 'file.1'); DDEESSCCRRIIPPTTIIOONN # Pod::Man is a module to convert documentation in the POD format (the preferred language for documenting Perl) into *roff input using the man macro set. ...