in reply to Re: Re: Protecting perl source code
in thread Protecting perl source code

Acme::Bleach comes darned close to keeping out all but a darn good perl wizard.

That module already contains the debleaching ingredients and it wouldn't take a wizard to write a bleached debleaching script.

use Acme::Bleach; $/ = undef; $_ = <>; s/.*^\s*use\s+Acme::Bleach\s*;\n//sm; print Acme::Bleach::brighten($_);