I am planning on releasing some code and would like to keep some parts of it (let's say, a module) secret.
Is there a way to keep perl code hidden? Or make it a bit more harder to steal some clever algorithms for someone peeking under the trunk?
I know I could compile my code, but that would limit its portability. So, any ideas or hints?