cpan will happily suggest HTTP mirrors during the initial config, unless your firewall has blocked regular web access (or blocked every CPAN mirror, and updates that block list). Tell us what the specific problem is, and maybe we can help.

As for old versions of modules, see the CPAN FAQ: Where can I find older/obsolete versions of Perl or Perl Modules? http://backpan.perl.org/

There is http://www.cpantesters.org which has a large matrix of test results that would probably help you, but it seems to be offline right now.

The modules you mention both have comprehensive unit tests, so it may be simplest to try to install the latest versions, and if they fail (and don't have an obvious simple fix), then go to the above FAQ link.

And, of course, Yes, even you can use CPAN!

Finally, 5.8 is really old already (2002), and hasn't been supported since 2008. I'd strongly recommend planning an upgrade strategy as soon as you can, as it will only get harder from here.

Hope this helps.

Edit: Added note on 5.8 support.


In reply to Re: CPAN Modules by rjt
in thread CPAN Modules by WorkerBee

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.