in reply to Hide perl code

Host the code as a service on your own machine, and only distribute code that gets the required parameters and data from the user.and connects to your machine to have it do the work Ship the answers back to the user. Make sure the hidden code uses taint and avoids string eval.