perldoc > Pod::Html

📝 NAME

Pod::Html — module to convert pod files to HTML

🚀 Quick Reference

Use CaseCommandDescription
Basic pod to HTML conversionpod2html("--infile=foo.pod", "--outfile=foo.html")Convert a single pod file to HTML
Generate indexpod2html("--index", "--infile=foo.pod")Include an index at the top of the HTML file
Use CSS stylesheetpod2html("--css=style.css", "--infile=foo.pod")Apply custom CSS styling
Verbose outputpod2html("--verbose", "--infile=foo.pod")Display progress messages
Recurse directoriespod2html("--recurse", "--podpath=lib:ext:pod")Find pods in subdirectories

📖 SYNOPSIS

use Pod::Html;
pod2html([options]);

📖 DESCRIPTION

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference.

🔧 FUNCTIONS

🔧 pod2html

pod2html("pod2html",
         "--podpath=lib:ext:pod:vms",
         "--podroot=/usr/src/perl",
         "--htmlroot=/perl/nmanual",
         "--recurse",
         "--infile=foo.pod",
         "--outfile=/perl/nmanual/foo.html");

pod2html takes the following arguments:

🔧 htmlify

htmlify($heading);

Converts a pod section specification to a suitable section specification for HTML. Note that we keep spaces and special characters except " (double quote), ? (question mark) (Netscape problem) and the hyphen (writer's problem...).

🔧 anchorify

anchorify(@heading);

Similar to htmlify(), but turns non-alphanumerics into underscores. Note that anchorify() is not exported by default.

🌍 ENVIRONMENT

Uses $Config{pod2html} to setup default options.

👤 AUTHOR

Marc Green, <marcgreen AT cpan.org>.

Original version by Tom Christiansen, <tchrist AT perl.com>.

📚 SEE ALSO

perlpod

ÂŠī¸ COPYRIGHT

This program is distributed under the Artistic License.

Pod::Html
📝 NAME 🚀 Quick Reference 📖 SYNOPSIS 📖 DESCRIPTION 🔧 FUNCTIONS
🔧 pod2html 🔧 htmlify 🔧 anchorify
🌍 ENVIRONMENT 👤 AUTHOR 📚 SEE ALSO ÂŠī¸ COPYRIGHT

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-07 17:31 @2600:1f28:365:80b0:18ab:df6:7e48:ac07
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^