Here's a few options that you might consider.

The first is that you can still download and install LWP::Simple but just install it into your local directory (unfortunately this might have to be a web visible directory for you). I've done this with my host once when they wanted me to test a package before installing it onto the main servers. Needless to say, I've moved host sine then ;-)

The next option is to download LWP::Simple and extract the code from there and put it into your own stand alone script. This can be a good way to overcome this kind of problem, but I'd contact the module's author first or read up on the licence that come with it.

Or your other option is to look into programs such as Wget which can be configured to retrieve files on from remote servers on a regular basis.

Other than that, try looking around for a more flexible hosting solution.

- wil

In reply to (wil) Re: replacement for LWT::Simple ? by wil
in thread replacement for LWP::Simple ? by Anonymous Monk

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.