in reply to Re^3: 2 perl distributions on Windows 7
in thread 2 perl distributions on Windows 7

Sorry, I skipped this step in my original post. If I open a new mingw32 GitBash window, carefully pre-pend PATH to include the two perl64 locations and not set PERL5LIB, my results are:
$ ppm Can't locate ActivePerl/PPM/limited_inc.pm in @INC (@INC contains: /us +r/lib/perl5/5.8.8/msys /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/ +5.8.8/msys /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl .) + at /c/prog/Perl6/bin/ppm line 4. BEGIN failed--compilation aborted at /c/prog/Perl64/bin/ppm line 4.

This is when I started feeling horrified that ppm, installed with 5.12 dist, somehow finding 5.8 libraries that I personally didn't directly install, in useful directories (/usr/lib/). I can't seem to find the rules for how @INC hardcodes(?) library paths?

Thanks for your time. I really appreciate it.
-pamela

Replies are listed 'Best First'.
Re^5: 2 perl distributions on Windows 7
by Anonymous Monk on Aug 19, 2011 at 17:35 UTC
    By temporarily hiding the perl v 5.8.8 libs and exe, ppm could work, so I could download the correct missing modules. Now the best-ever script works if I specify the full path to perl v5.12. Good enough for me. Thanks for the help.