Here are some updated specifics: 1. The module asked for a specific version of another module. There was only a much later version of that on CPAN. I updated the Makefile.pl that came to ask for the later version when I did the manual make. I was unable to install the required module OLE::Storage_Lite as well. But I never got far enough into the install for that to be a problem. 2. Someone pointed me to ppm, which I used. I entered a repository. When I used ppm ppm> install Spreadsheet::ParseExcel I got an error message 'no suitable installation target for module found' This is consistent with the error messages I got when I tried to do the installation manually. These had reported that a mkdir operation failed. I suspect there is a key directory in my perl installation C:\perl\... missing. Oh yeah, almost forgot, I am running ActivePerl on Windows XP. My system has no proxy. We seem to be pulling files off of CPAN OK. Thanks for your attention! maryfran

In reply to Re^2: How to get started with CPAN by maryfran
in thread How to get started with CPAN by maryfran

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.