Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Free perl obfuscation service

by Ven'Tatsu (Deacon)
on Feb 03, 2005 at 16:04 UTC ( [id://427692]=note: print w/replies, xml ) Need Help??


in reply to Re: Free perl obfuscation service
in thread Writing highly obfuscated code in Perl

It doesn't even get trivialy more complex code correct

print q'foo', $/; $bar =~ s/'/\\'/g;
To
print q"\x66\x6f\x6f",$/;$bar=~ s/"\x2f\x5c"/g;
Neither statement is translated correctly.

The author should be forced to write "Only perl can parse Perl." 500 times on the black board.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://427692]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found