This sounds like avery workable solution. CPAN is so wonderful :-) On Sun, 20 Feb 2005, Adi Fairbank wrote:
> Take a look at Crypt::License on CPAN. I used it a couple years back to do > exactly what you are trying to do. It encrypts your Perl source code and then > decrypts it on the fly. There is a slight overhead for the decryption, but if > running under mod_perl, that should be negligible since it would only need to > decrypt on apache startup.