in reply to Intalling PAR::Packer

Which Perl distribution are you using? Based on the folder name "Perl64", I'm assuming that you're using a 64-bit Perl, is that correct?

Unless you need the 64-bit features (64 bit integers, etc.), you can use 32-bit Perl just fine on 64-bit Windows. If you're willing to go with 32-bit Perl, you check out the information that I shared at Re: Need help using CPan's pp - PAR Packager. So far, I personally haven't had problems installing PAR::Packer on 32-bit versions ActiveState Perl and Strawberry Perl.

Replies are listed 'Best First'.
Re^2: Intalling PAR::Packer
by cinco (Initiate) on Oct 16, 2012 at 16:07 UTC
    Thanks guys! I will try the 32-bit perl. Which version of Perl are you using?

      Unfortunately, I haven't been consistent on which version and distribution that I have been using. Between my personal system and systems at work, I've used ActiveState's ActivePerl, Strawberry Perl, and DWIM Perl. I've primarily been using versions 5.12 and up.