I'm using perl on unix and want to make the content of perl scripts unreadable when being in a production environment. More or less the compile to exe idea.
Apart from disabling read/execute access to a file, I am looking for a way to "compile" the script in a matter, so that the content of the script is unreadable for anyone but the script itself should still give the desired output. Any ideas? I'm looking for an easy to implement solution without making too many adaption to the current environment.