I'm not absolutely sure this question belongs here. Please correct me if I'm wrong.

Spreadsheet::ParseXLSX claims it needs Perl v5.10.0, but I have only v5.8.8 and my sysadmin is much too busy to upgrade. Is there any way to get this module running?

And another question. I have access to another system in which Perl v5.10.1 is installed, but Speadsheet::ParceXLSX isn't. I tried to install it (using local::lib), and failed. I think the problem is that Test::More and Test::Harness aren't installed. I tried to install them both (separately). Installing Test::More fails because it can't locate Test::Harness in @INC, and installing Test::Harness fails, generating many errors that it can't find Test::More in @INC... what's going on? I thought CPAN is supposed to install the the dependencies it needs (I tried the above installations with 'perl -MCPAN -e "install Test::More"'. my .bashrc contains the line 'eval $(perl -I$HOME/lib/perl5 -Mlocal::lib)').

uname -a gives:

Linux name.site.com 2.6.32-573.8.1.el6.x86_64 #1 SMP Tue Nov 10 18:01:38 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

in case it hints someone.

Thanks a lot!


In reply to Installing Spreadsheet::ParseXLSX with Perl v5.8.8 by Arik123

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.