D
DaLoverhino
I read somewhere that perl gets compiled to bytecodes and is run in a
perl virtual machine similar to Java. Is that true? What I'd like to
do is give a bytecode compiled version of my perl script, but not the
script itself, to prevent copying or modifying it. I'd rather not run
the script through an obfuscator.
Can this be done? And how?
Can you point me to a link?
thanks.
perl virtual machine similar to Java. Is that true? What I'd like to
do is give a bytecode compiled version of my perl script, but not the
script itself, to prevent copying or modifying it. I'd rather not run
the script through an obfuscator.
Can this be done? And how?
Can you point me to a link?
thanks.