On Wednesday, April 17, 2002, at 03:34 , Elaine -HFB- Ashton wrote:

> Kevin Old [[EMAIL PROTECTED]] quoth:
> *>I was wondering if anyone had a couple of scripts that showed uses of 
> POD
> *>among Perl code?
> Perl includes a little utility called 'podchecker' which you can use to
> check your POD for validity once you get it written.

there is always the '-m' option to perldoc which
allows one to 'read the whole module - pod/comment/code....

hence say "perldoc -m CGI" gives you all of the dope on the module
including the basic formatting of the 'pop' after __END__

but my pet favorite 'guide to writing pod' which I used to
cut all of mine:

        perldoc perlpod

found it again from the perldoc perl reference...

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to