Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Par::Packer and the pp comand

Status
Not open for further replies.

Amin8620

Programmer
Joined
Apr 23, 2007
Messages
4
Location
CA
Hi, I need help. I'm using Active Perl and when I run an executable I build using pp I get the following error:

Can't locate Win32.pm in @INC (@INC contains: .) at -e line 826.

This is the command I use when I am making the exe file: >pp –o hello hello.pl

Thanks for your time.
Amin
 
Kirsle, I tried your suggestion but got the following error:

C:\>ppm install Win32
Downloading ActiveState Package Repository packlist...not modified
ppm install failed: Can't find any package that provide Win32

 
Doesn't @INC look a little.. um "empty" :)

Are you behind a proxy? If you are you will need to create a http_proxy variable for ppm to use.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top