logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wml::fmt::pod - Plain Old Document (POD) Format

Author

        Ralf S. Engelschall
        rse@engelschall.com
        www.engelschall.com

Description

       The 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!Therearealotofpod2htmlversionsaroundfromthevariousPerlversions.Ireallyrecommendyouthepod2htmlfromPerl5.004!

Name

       wml::fmt::pod - Plain Old Document (POD) Format

Requires

        Internal: P1, P2, P3
        External: pod2html (PATH)

See Also

perlpod(1), http://www.perl.com/perl/

EN Tools                                           2020-11-29                                   wml::fmt::pod(3)

Synopsis

        #use wml::fmt::pod

        <: print &wml_fmt_pod({ FILE => $file, ... }); :>

        <pod [keepindex] [keephr] [nonetscape] [notypo] [eperlfilter=func]>
        =head1 ...
        ...
        =head2 ...
        ...
        </pod>

See Also