The error message which you are encountering is a result of Perl being unable to load
HTML::Parser module components via the AutoLoad mechanism - See
this article from
The Perl Journal for a discussion of this mechanism. This error is most likely due to a failed installation of this module. While there are no tests listed on
http://testers.cpan.org for the latest version of
HTML::Parser, previous versions have been installed and successfully tested on
Mac OS/X Darwin.
As such, your best course of action would be re-install this module as per the module installation instructions. Make sure that you also perform the make tests installation step as this will give you an indication as to why things are failing if you are still experiencing issues with this module.
perl -le 'print+unpack("N",pack("B32","00000000000000000000001001010111"))'
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.