Hello Kind and Wise Monks:

My inexperience has painted me into a corner. I am using ActivePerl 5.8.8 on WindowsXP. On my development machine and a couple of production machines I have a package Text-CSV_PP ver 1.05 installed.

Today I had to install and test some code on a new machine, the above package was not installed there, so I used the Package Manager to install Text-CSV 1.10, both packages were written by Makamaka, I was of the impression that 1.10 was the replacement for the 1.05.

My sad story is that my code will not run on this new machine, it is failing to parse the CSV file. It works fine where 1.05 is installed.

Where can I find Text-CSV_PP ver 1.05 to install via the ActivePerl Pachage manager?

I found on my machine Text-CSV_PP-1.05.tar.gz. I unpacked it on the target machine and ran perl Makefile.pl. It reported that the "Kit Looked Good". Now what?

Thanks for considering my issue.

Best Regards

KD

In reply to Text-CSV_PP versions by Anonymous Monk

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.