> Why do you need any obfuscator? If you want to protect your code from > web access, put it in a module in a directory that cannot be access from > the web and put a stub that calls the module at the site.
It's not as easy as this, since people receive the source code files. I know that obfuscation is nothing that can prevent a pro from reading the scripts, but it's my aim to prevent the average user to read the code. Guess that Acme::Bleach module is also required at the target system ? Haven't closely looked at it, but will do so shortly. Thanks for the hint. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
