Query: wml::fmt::pod
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wml::fmt::pod(3) EN Tools wml::fmt::pod(3)NAMEwml::fmt::pod - Plain Old Document (POD) FormatSYNOPSIS#use wml::fmt::pod <: print &wml_fmt_pod({ FILE => $file, ... }); :> <pod [keepindex] [keephr] [nonetscape] [notypo] [eperlfilter=func]> =head1 ... ... =head2 ... ... </pod>DESCRIPTIONThe usage is simple: Just surround all POD source text with the pod container tag and then just write POD format inside it as you would do when writing plain POD documents. The corresponding HTML code is created via Perl's "pod2html" filter. ATTENTION! There are a lot of pod2html versions around from the various Perl versions. I really recommend you the pod2html from Perl 5.004!AUTHORRalf S. Engelschall rse@engelschall.com www.engelschall.comREQUIRESInternal: P1, P2, P3 External: pod2html (PATH)SEE ALSOperlpod(1), http://www.perl.com/perl/ EN Tools 2014-04-16 wml::fmt::pod(3)
Related Man Pages |
---|
pod2html(1) - debian |
pod2html(1) - x11r4 |
wml::des::all(3) - debian |
wml::des::preload(3) - debian |
wml::fmt::text(3) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Find columns in a file based on header and print to new file |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |