padre::pod2html(3pm) debian man page | unix.com

Man Page: padre::pod2html

Operating Environment: debian

Section: 3pm

Padre::Pod2HTML(3pm)					User Contributed Perl Documentation				      Padre::Pod2HTML(3pm)

NAME
Padre::Pod2HTML - A customised Pod to HTML for Padre
SYNOPSIS
# The quicker way $html = Padre::Pod2HTML->pod2html( $pod_string ); # The slower way $parser = Padre::Pod2HTML->new; $parser->parse_string_document( $pod_string ); $html = $parser->html;
DESCRIPTION
"Padre::Pod2HTML" provides a central point for pod2html functionality inside of Padre. Initially it just provides an internal convenience that converts Pod::Simple::XHTML from printing to "STDOUT" to capturing the HTML. Currently the constructor does not take any options.
AUTHOR
Adam Kennedy "adamk@cpan.org" Ahmad M. Zawawi "ahmad.zawawi@gmail.com"
SEE ALSO
Padre
COPYRIGHT
Copyright 2008-2012 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.14.2 2012-06-27 Padre::Pod2HTML(3pm)
Related Man Pages
padre::ppi::updatecopyright(3pm) - debian
padre::plugin::datawalker(3pm) - debian
padre::plugin::spellcheck::preferences(3pm) - debian
padre::plugin::yaml::document(3pm) - debian
padre::task::ppi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph