2005-11-23
12:01
Perl is evil
Posted by Luke Schierer under personal | Permalink | | Leave A Comment
Perl is evil. The proof of this assertion is that
''=~('(?{'.('],)@*@'^'-^@.^`').'"'.(',.@:@}=():,:,^'^'`[+_`.^@@_^_^|').',$/})') will print my name. I rest my case.
2 Responses to “Perl is evil”
Leave a Reply
You must be logged in to post a comment.

nope…can’t get it to do as you say.
Something’s wrong with the parsing of this post. If I copy the code that displays above, then I get a scalar error. If I go to edit the post and copy the code that I actually pasted, then it works. Running diff on the two versions confirms they are different. Comparing them letter by letter shows that the \ before the ” is wrong. That appears to be the only mistake.