On Wed, Apr 30, 2008 at 10:41 AM, Anirban Adhikary < [EMAIL PROTECTED]> wrote:
> Dear list Hello > > I want to encrypt my perl source code. I am using some modules in my code. > Among them some are downloaded from CPAn as well as some are written by my > -self. So how to encrypt all perl codes includes the modules. This may not be encryption but it might help in hiding your perl code. You might consider compiling your perl code to a native binary. http://www.indigostar.com/perl2exe.htm I believe there is one such tool available in standard perl distro (perlcc) This perlcc was experimental when I first had a look at it (long time back), not sure how stable it is now. > > Thanks&Regards in advance > Anirban Adhikary > - Gowtham