NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Not so easy... (Score:1)
Coming back to perl after a loooong break I wanted to get myself some local html of my pod - I know, I know, I'm just a crazy dude who wants to use this latest greatest fad (surely that's all html is to the perldoc folk!)
perldoc perldoc
perldoc -q html - nothing useful
perldoc perl2html -> aha!!
perldoc perlpod ->
"Translators are available for converting Pod to various formats like plain text, HTML"
$pod2html --recurse --htmlroot=/perl --infile=/usr/lib/perl5/ --outfile=/www/perl/
$ pod2html --recurse --htmlroot=/perl --infile=/usr/lib/perl5/ --outfile=/www/perl/index.html
perldoc perl2html
says "Converts files from pod format (see perlpod) to HTML format."
No shit - ONE AT A TIME??? !!!!
CPAN may be OK - but perldoc sure ain't !!!
(feeling pretty pissed after wasting *far* too much time trying to read the bloody docs!)
Reply to This