in reply to Compiling Perl?
This has been discussed before (link anyone?) but if you don't want to put it into C, all you can do is obfuscate the code. Remove newlines, add random spaces, give variables really odd names, etc. You could also "cripple" it a bit - in other words, don't write the best code that you can, but leave in some errors and inefficiencies. Be redundant. The bottom line is that your code can be read, you just have to decide how much trouble you want to make it to do so.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Compiling Perl?
by neshura (Chaplain) on Apr 29, 2000 at 03:39 UTC | |
by Anonymous Monk on Apr 29, 2000 at 04:19 UTC | |
by neshura (Chaplain) on Apr 29, 2000 at 11:33 UTC | |
by Aighearach (Initiate) on Apr 29, 2000 at 20:55 UTC | |
|
Re: Compiling Perl?
by SuperCruncher (Pilgrim) on Apr 29, 2000 at 01:13 UTC |