Thanks for the above advice. I had rebuilt the modules I was using.

The thing I don't get is why the installation I had made worked in the first place (unless something about the environment changed between the time of installation and yesterday).

I am using XML::Twig as one of the modules and conveniently enought XML::Parser allows you to build with a local installation of the expat library. However the interesting thing I am encountering now is a message about what I assume is deferencing, disallowing the use of $digit in this case $1.

I haven't had this sort of trouble on servers running more recent installations of perl so I am sending polite emails to its administrators telling them to update their perl installation (Currently runs 5.004_5 on debian, I don't know whether mod_perl is installed).
If worse comes to worse I was thinking of persuading my client to change their account to one of the hosts I use.

Then I got to thinking, it's probably not a good idea, but with all of this tainting of environment variables that people have been doing, it is a possibility to create my own installation of perl at the version I require in the user's directory. This also depends on the amount of space allocated for the account. Tell me are these just the thoughts of an over caffienated, sleep deprived maniac....


In reply to Re: Re: DynaLoader and PL_sv_undef... by ceedee
in thread DynaLoader and PL_sv_undef... by ceedee

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.