Maybe I haven't made myself clear...

HTML::Parser is not core module, and it is (was) installed on the server. After Perl update it can't be found anymore by the perl. And I believe that if you update Perl installed modules remain - simply because it would be stupid to be other way and require from you to install all the (non core) modules after each Perl update.

I suspect that the sysadmin (who I assume did the update) didn't do the update right - and somehow forgot to include the folders where non-core modules are installed in the INC.

I've been trying to figure out how to add stuff to the @INC for the whole server - Config.pm seems to hold some of that info on Windows, but I'm not sure for FreeBSD (probably the same). Also not sure about where it is specified where to look for Config.pm ...


Have you tried freelancing? Check out Scriptlance - I work there.

In reply to Re^2: Problems after Perl was updated on FreeBSD. by techcode
in thread Problems after Perl was updated on FreeBSD. by techcode

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.