Hi,
I compiled my Perl script to an executable file using pp. The problem is, it only runs if the source code file provided with the .exe file.
Is there any way (free) that I can distribute the program without releasing the source code?
Thanks!
Update: Thanks all for helping me here. I probably should rephrase my question. I don't worry about if the users can recover the source since the users I have are all non-IT users and I don't mind sharing the code with other ITs. This is a standalone tkx interface instead of web interfaces, therefore, I hope that I can release just ONE executable file to the users and that's it. Right now, the pp generated .exe file won't run unless I put the .pl file in the same folder (so two files). Is there any way to put everything the users needed into one .exe file?
Thanks again.
Update again: Just figured out that it's not because of the .pl file, it's the 'icons' folder that I added in when compiling the .exe file (pp -a "icons" ...). The executable won't run without the icon folder.