Query: pod::plainer
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plainer(3) User Contributed Perl Documentation Plainer(3)NAMEPod::Plainer - Perl extension for converting Pod to old-style Pod.SYNOPSISuse Pod::Plainer; my $parser = Pod::Plainer -> new (); $parser -> parse_from_filehandle(*STDIN);DESCRIPTIONPod::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.AUTHORRobin Barker, rmbarker@cpan.orgSEE ALSOSee Pod::Parser.COPYRIGHT AND LICENSECopyright (C) 2009, 2010 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.16.3 2010-08-25 Plainer(3)
Related Man Pages |
---|
pod::perldoc::tochecker(3) - centos |
pod::simple::wiki::textile(3pm) - debian |
pod::wsdl::attr(3pm) - debian |
pod::wsdl::fault(3pm) - debian |
pod::wsdl::param(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |