in reply to Re: New Obfuscation Trick!
in thread New Obfuscation Trick!
Can anyone explain why it doesn't work in an eval and does work as a program?
#!perl #this script doesn't work my $t = <<'EOT' ; $J=q$JAPH$;print"${"; J}s rule EOT print "$t\nResult:\n"; eval $t; ------------------------------ #!perl #this script works $J=q$JAPH$;print"${"; J}s rule
Dingus
|
|---|