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?