I downloaded the newest HTML:Parser (3.13) and did the standard
perl Makefile.PL
make
make test
make install
The make test gave me a lot of errors like this:
Ambiguous use of le => resolved to "le" => at blib/lib/HTML/Entities.p
+m line 322.
and the following output:
Failed Test Status Wstat Total Fail Failed List of failed
----------------------------------------------------------------------
+---------
t/linkextor-bas 2 512 5 5 100.00% 1-5
t/linkextor-rel 2 512 4 4 100.00% 1-4
Failed 2/30 test scripts, 93.33% okay. 9/145 subtests failed, 93.79% o
+kay.
*** Error code 2 (bu21)
I did the make install anyway and it didn't report anything
funny but when I tried to use 'HTML::Parser ()', I got:
Undefined subroutine &main::start called
at /usr/local/lib/perl5/site_perl/HTML/Parser.pm line 104.
I haven't gone into the Parser.pm code to look at 104. I was
wondering if these errors indicate any sort of problem to any of you.
I'm pretty new to module use (I've used LWP:Simple and that
works just fine).
I'm using version 5.004_04 built for IP22-irix.
Thanks,
Dogg
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.