http://www.perlmonks.org?node_id=1008452

anshumangoyal has asked for the wisdom of the Perl Monks concerning the following question:

I have 10 set of .pl and .pm files which I want to encrypt. I want to encrypt it in such a way that user need not to de-crypt the files in order to run it. He has to decrypt the code only in case he want to see the contents of these files. Is there any way to do it?

Replies are listed 'Best First'.
Re: Encrypt a Perl Code
by GrandFather (Saint) on Dec 12, 2012 at 05:49 UTC
Re: Encrypt a Perl Code
by eyepopslikeamosquito (Archbishop) on Dec 12, 2012 at 09:18 UTC

    This type of question is asked so often I keep a list here.

Re: Encrypt a Perl Code
by zwon (Abbot) on Dec 13, 2012 at 14:41 UTC
    I want to encrypt it in such a way that user need not to de-crypt the files in order to run it.
    It's the same as if I wanted to encrypt my answer in such a way that you don't have to decrypt it in order to read.