in reply to Text-CSV_PP versions

If you've already downloaded the file, you can use the command line ppm install *filename* (check ppm help for details). You'll probably need to uninstall Text-CSV_PP ver 1.10 before you do this. And if a module upgrade breaks something, you should probably submit a bug report via cpan.

Replies are listed 'Best First'.
Re^2: Text-CSV_PP versions
by Anonymous Monk on Dec 10, 2008 at 20:35 UTC
    Thanks for your swift reply.

    Your suggestion did not work.

    With further reading and searching i found: A Guide to Installing Modules http://www.perlmonks.org/?node_id=128077

    It worked. I did, of course, install the 1.10 module first.

    Thanks Again

    KD