I haven't used ActivePerl for at least a few years, so I'm not familiar with what modules are available via ActiveState's repositories.

If you're using 32-bit ActivePerl and still have access to ActiveState's repository for your version of ActivePerl (i.e. using the latest build of the community version or have purchased support for an older build), you can use PPM to install MinGW and dmake from their repository. After installing both of those, you can then install modules directly from cpan. In this case, the command to run is 'cpan install HTML::Valid'.

Alternatively, you can also try using Strawberry Perl, which comes with everything needed to install modules directly from CPAN. Also, Strawberry Perl offers a portable version that does not need to be "installed". Just download and extract the zip file and run the portableshell.bat batch script.


In reply to Re^5: How to parse HTML5? by dasgar
in thread How to parse HTML5? by NRan

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.