Can't open 'C:\Program Files\Perl\Current\html/perltoc.html': Permission denied at C:/Program Files/Perl/Current/lib/ActivePerl/DocTools.pm line 36.

Note that this is a permissions issue. The file 'C:\Program Files\Perl\Current\html/perltoc.html' apparently exists.

The latest ActiveState perl that I have is version 5.16.0.
It (and the few other earlier ActiveState perls that I have) install the html docs into perl/html. (That's the location of perltoc.html, for example.)
Modules whose '.pm' files are located in perl/lib will have they're html doc files located in perl/html/lib, while those modules whose '.pm' files are located in perl/site/lib will have their html doc files located in perl/html/site/lib.

Some examples:
The html documentation for perl/lib/Benchmark.pm is in perl/html/lib/Benchmark.html
The html documentation for perl/lib/Algorithm/Diff.pm is in perl/html/lib/Algorithm/Diff.html
The html documentation for perl/site/lib/List/MoreUtils.pm is in perl/html/site/lib/List/MoreUtils.html

I expect that the html is being generated by perl/bin/pod2html.bat (or C:\Program Files\Perl\Current\bin\pod2html.bat in your case), but I don't know precisely how it's being done or how to influence the location into which those html files are being placed by ppm.

Update: check the documentation of the various modules in C:\Program Files\Perl\Current\lib\ActivePerl\PPM.

Cheers,
Rob

In reply to Re: How does ActiveState's PPM generate HTML and where does it store it? by syphilis
in thread How does ActiveState's PPM generate HTML and where does it store it? by Pickwick

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.