confused about POD



This might be just a mental glitch, but I seem to be having a problem
wrapping my mind around POD. My mental image is javadoc, which allows
me to produce HTML documentation of Java classes from internal
documation (in Javadoc format) by running a command.

If I document my Perl code (either an executable or a PM) using POD
formatted text, what command do I run to produce a series of HTML
pages?

What I want to do is pass a source listing (such as some_script.plx,
or SOMEPM.pm or <some_perl_dir>) to a utility and have it output HTML
files.

Thanks, CC.
.



Relevant Pages

  • Re: confused about POD
    ... me to produce HTML documentation of Java classes from internal ... documation (in Javadoc format) by running a command. ... If I document my Perl code using POD ... what command do I run to produce a series of HTML ...
    (comp.lang.perl.misc)
  • Re: Learning perl - for experienced programmers
    ... that "the industry" selects a language because it's well fitted for ... John, I don't want this to sound ugly. ... application, run javadoc, and WITHOUT ANY FURTHER EFFORT ON THE ... you have to read more on POD. ...
    (comp.lang.perl.misc)