Has anyone tried any of the Perl Obfusators or any of the on-line Perl Obfuscating Services?
I have downloaded a freeware and tried out an on-line service. I first tried it on a simple "Hello World" script. However, in each case, I found that it was not very friendly when I tried to print something using the EOF method
it gives the error:
Does anyone have any experience with these obfuscators?
I have downloaded a freeware and tried out an on-line service. I first tried it on a simple "Hello World" script. However, in each case, I found that it was not very friendly when I tried to print something using the EOF method
Code:
print "Content-type: text/html\n\n";
print <<"EOF";
Hello World
EOF
it gives the error:
Code:
Warning: Content-Type header not found in the script output. If this script is not a CGI one, please use the Run -> Run in Command Prompt menu to run it.
Does anyone have any experience with these obfuscators?