Irrelevant has asked for the wisdom of the Perl Monks concerning the following question:
The link (one of many): L<are-a|perlobj/isa>
The first attempt:
pod2html.bat --infile=Mini.pm --outfile=Mini.html --css=file://C:/Programs/Perl/html/Active.css --header --verbose --podpath=C:/Programs/Perl/lib
and the error message:
C:\Programs\Perl\bin\pod2html.bat: error opening directory C: No such file or directory
The second attempt (with the "C:" dropped from --podpath),
pod2html.bat --infile=Mini.pm --outfile=Mini.html --css=file://C:/Programs/Perl/html/Active.css --header --verbose --podpath=/Programs/Perl/lib
did run without errors, but resulted in a link to file://programs/Perl/lib/Pod/perlobj.html#isa, which neither Firefox nor IE can resolve. Help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Linking between pods
by crashtest (Curate) on Feb 04, 2005 at 22:15 UTC | |
by Irrelevant (Sexton) on Feb 05, 2005 at 15:34 UTC | |
by crashtest (Curate) on Feb 05, 2005 at 19:58 UTC | |
|
Re: Linking between pods
by BrentDax (Hermit) on Feb 05, 2005 at 17:18 UTC | |
|
Re: Linking between pods
by doom (Deacon) on Feb 05, 2005 at 21:08 UTC | |
by Irrelevant (Sexton) on Feb 06, 2005 at 13:03 UTC |