I\'ve developed a Perl script that has a confidential business logic.
I have to give this script to another Perl coder to test it in his environment. He may try to
First, let me say that you're barking up the wrong tree. What you want to do is the wrong approach for many reasons.
Second, check out Filter::Crypto (and PAR::Filter::Crypto). Read the whole manual before your start.