![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: JA(C|P)Hby jdalbec (Deacon) |
on Mar 23, 2005 at 03:00 UTC ( #441672=note: print w/replies, xml ) | Need Help?? |
This uses a few tricks to convert C into valid Perl. You can also do some tricks in the opposite direction using #define. Unfortunately you're limited by the fact that $ and (I think) @ are not valid characters in C code. However, gcc allows them so if you don't mind restricting the C code to gcc compilation you have more freedom.
In Section
Obfuscated Code
|
|