On Fri, Aug 20, 2010 at 16:09, Bob goolsby <bob.gool...@gmail.com> wrote: > Morn-n' -- > > You might want to consider a couple of things -- > > 1) "Obfuscation" in an interpreted language can't really be done. > You can make it harder for the User to read you code, but you can't do > anything that makes in hard (or impossible) for the User to *run* the > code. Source code distribution and all that.
It doesn't matter if it is interpreted or not. Even complied code can be decompiled. Otherwise I pretty much agree with your statements. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/