Pod::PlainerSection: Perl Programmers Reference Guide (3)Updated: 2001-09-21 |
Pod::PlainerSection: Perl Programmers Reference Guide (3)Updated: 2001-09-21 |
use Pod::Plainer;
my $parser = Pod::Plainer -> new (); $parser -> parse_from_filehandle(\*STDIN);
This can be used to pre-process Pod before using tools which do not recognise the new style Pods.