milind7705
Programmer
Hello Guys, I am new to perl and seeking your help for one issue.
I have developed a perl program in linux and is working fine. Now I have to make it work on windows as a standalone .exe. I've tried google and found pp(PAR:
acker) can do it for me. Then, I generated the .exe by
pp -p sample.pl -o sample.par
pp sample.par -o sample.exe
The sample.exe generated by this is not workin on my win7 laptop(it doesn't have perl installed as pp utility is meant for it). It is giving program to big to fit in memory(the .exe size is 3MB). Can anybody help to convert my pl to exe.
Master google says, The error is due to incompatible binaries of .exe.
How can I make these binaries so that they can work on any windows?
All help on this is appreciated.
I have developed a perl program in linux and is working fine. Now I have to make it work on windows as a standalone .exe. I've tried google and found pp(PAR:
pp -p sample.pl -o sample.par
pp sample.par -o sample.exe
The sample.exe generated by this is not workin on my win7 laptop(it doesn't have perl installed as pp utility is meant for it). It is giving program to big to fit in memory(the .exe size is 3MB). Can anybody help to convert my pl to exe.
Master google says, The error is due to incompatible binaries of .exe.
How can I make these binaries so that they can work on any windows?
All help on this is appreciated.