Thanks again. Though my cgi script still isn't working, I do have a better understanding of the situation.

I wondered about modules and their perl version-ness or dependence relative to the version of perl used. I gather that this is determined by the version of perl used to install the module. I've seen modules that explicitly require a particular version of perl but not all do. The error log indicates a syntax like problem in a core module not a version mismatch.

This raises a couple of questions:

At what point and how is the perl version of a module compared to the perl version that is interpreting it? In this case after parsing, assuming parsing is where the invalid range is found.

It's intuitive that a 5.8 module wouldn't work with perl 5.5.3 but what about the other way around? Would a 5.5.3 module work with 5.8?

If so, is this motivation to run the latest version of perl available while installing modules with the earliest? Or are perl versions (and their libs) kept entirely separate?

Please excuse my lack of experience.


In reply to Re: module problem between perl and Apache by lintgrabber
in thread module problem between perl and Apache by lintgrabber

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.