http://www.perlmonks.org?node_id=968439

avbhaskar has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks

I want to use Acme::Bleach for encrypting multiple files in an application. But i am not being able to achieve it. For eg: if file1.pm calls file2.pm, and i invoke Acme::Bleach at the beginning of file2.pm, then file1.pm gets whitened but no effect takes place on file2.pm Again if I run file2.pm and then run file1.pm, both get whitened, and the desired output is not generated. Is there a way in which i can whiten file2.pm without whitening file1.pm and still get the desired output.

Regards,

avbhaskar