msinfo
msinfo

Reputation: 1175

making perl executables on windows

  1. hi experts,
  2. I want to make a executable from simple perl script in dir D:\script.pl (just prints hello world)
  3. I want to do this using PAR::pp. I have installed it using cpanm PAR.
  4. Could someone show actual steps. As i tried pp -o name.exe D:\script.pl both in cmd prompt and padre, but no success. Error : pp is not recognized as internal or external command . . .
  5. Also there are some more questions, which I want to discuss, but want to clear above one first.
  6. System info : Windows 7, 32 bit, PAR 1.007 , Strawberry perl 5 v14 sub ver2 v5.14.2. Padre IDE.
  7. Does PAR archive mean a set up file?

Upvotes: 0

Views: 1029

Answers (1)

Joel Berger
Joel Berger

Reputation: 20280

pp doesn't actually come with PAR anymore, you must install the PAR::Packer distribution to get that.

Upvotes: 3

Related Questions