On 31 Mar, 08:41, [EMAIL PROTECTED] (Anirban Adhikary) wrote: > Dear list > I want to compile a perl code into some encrypted format . My main goal is I > don't want to give anyone my source code and I want only to give the > executable. These codes will run only on Unix flavors O.S. So how to do this > . I have tried with perlcc but not getting the output. One more thing is > there any good free third party tool available for this type of job ? > > Thanks & Regards in advance > Anirban Adhikary.
Hi! i run windows, therefore may executable namn .exe just remove it if you run eg. unix,linux or OS/X first perlcc is very unstable, don't use it use 'pp' insteed So if you have a perlscript called "hello.pl" do follow pp -o hello.exe hello.pl Under Windows you install pp as below 1. Open PPM tools Under EDIT-> PREFERENS Tab: Repositories ADD Name <Any name etc more Stuff> Location: http://theoryx5.uwinnipeg.ca/ppms/ 2. Press OK 3. View -> All package 4- Select PAR-Packer version 0.976 5. Install The PP program is found on my machine under c:\perl\site\bin Work for me.. // Anders -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/