pod::plainer(3pm) suse man page | unix.com

Man Page: pod::plainer

Operating Environment: suse

Section: 3pm

Pod::Plainer(3pm)					 Perl Programmers Reference Guide					 Pod::Plainer(3pm)

NAME
Pod::Plainer - Perl extension for converting Pod to old-style Pod.
SYNOPSIS
use Pod::Plainer; my $parser = Pod::Plainer -> new (); $parser -> parse_from_filehandle(*STDIN);
DESCRIPTION
Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by 'E<lt>' and 'E<gt>'. This can be used to pre-process Pod before using tools which do not recognise the new style Pods. METHODS escape_ltgt Replace '<' and '>' by 'E<lt>' and 'E<gt>'. simple_delimiters Replace delimiters by '<' and '>'. textblock Redefine "textblock" from Pod::Parser to use "escape_ltgt" and "simple_delimiters". EXPORT None by default.
AUTHOR
Robin Barker, rmbarker@cpan.org
SEE ALSO
See Pod::Parser.
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Robin Barker This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available. perl v5.12.1 2010-05-13 Pod::Plainer(3pm)
Related Man Pages
pod::perldoc::toman(3pm) - redhat
pod::perldoc::tochecker(3pm) - mojave
pod::index::extract(3pm) - debian
pod::simple::wiki::moinmoin(3pm) - debian
pod::wsdl::return(3pm) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Migrating to UNIX
SOCKS proxy &amp; PAM configuration exposure
Tar Command