I have a perl script with several commands that it runs in the terminal.
Thing is that i don't want others to be able to read the file (the source code i mean) but be able to execute it. Is there any way i can make the script not "readable" (encryption or something else) but to be ready to be executed?