in reply to Update HTML Doc
Since all my html docs were messed up, I had to do aperl -MActivePerl::DocTools -e ActivePerl::DocTools::UpdateHTML() perl -MActivePerl::DocTools -e ActivePerl::DocTools::WriteTOC()
before running the above codeperl -MFile::Path -MConfig -e" rmtree(qq[$Config{installhtmldir}\\bin] +) " perl -MFile::Path -MConfig -e" rmtree(qq[$Config{installhtmldir}\\site +\\lib]) "
update: John M. Dlugosz , it is a part of ActivePerl::DocTools. The ActivePerl guys commented out the pod a long time ago, so when you say perldoc ActivePerl::DocTools nothing shows up. Anyway, I use Pod::Master now.
____________________________________________________
** The Third rule of perl club is a statement of fact: pod is sexy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Update HTML Doc
by John M. Dlugosz (Monsignor) on Jan 12, 2003 at 06:10 UTC |