Thanks all of you. I'll hammer through those doc's.

Related comments...

One.
Regarding version of perl. I haven't run a perl program yet, what I meant by "version of perl" is that I downloaded the mod in a path associated with perl 5.8.5.

Two.
And related to One. It seems strange to me that @INC would not be influenced by the perl path I am using and I am wondering if anyone knows how @INC is defined. My guess is that it is defined according to the user. If so, it would seem to follow that I could have a zillion versions of perl at my disposal, but @INC is not influenced by the version I am using. Again, in this case, I haven't written a perl program with a shebang line, the version of perl I refer to is that version associated with where I downloaded the mod.

Three.
Just a note that I tried to download the CPAN mod awhile back. It required so many other mods and my attempt was unsuccesful. I don't recall the reason it was unsuccesful. Maybe I'll give that another go.

Thanks!

Tony

In reply to Re^2: Basic @INC Question Related to Succesful Mod Installs by o2bwise
in thread Basic @INC Question Related to Succesful Mod Installs by o2bwise

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.