[EMAIL PROTECTED]:

I have a Win2k Pro SP4 box with ActivePerl 806, and have installed the
Prima module (Prima-1.12-MSWin32-ActivePerl-806.zip):

    http://www.prima.eu.org/

Prima includes several dozen modules with embedded POD documentation.  I
can convert the POD to html with

    C:\Perl\site\lib>pod2html -htmlroot=file:///C:/Perl/html Prima.pm >
Prima.html

and move the HTML files into the ActivePerl html documentation tree with

    C:\Perl\site\lib>move Prima.html ..\..\html\site\lib\.


The ActivePerl HTML help system

    file:///C:/Perl/html/index.html

uses

    file:///C:/Perl/html/perltoc.html

for the left frame (hierarchical alphabetic index of links).


What is the correct way to add links into perltoc.html?  E.g. is there a
tool that builds this file, or do I just hack it with my editor and/or a
script?


TIA,

David

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to