There are a few things I like about this obfu. But in general, there are a lot of things that bug me. The first being that it could have been a lot better.
Let's start with the phrase "WillIHackSomethingNew". It seemed appropriate when I started, since I was kinda curious if I could. Plus I needed a sentence exactly that length. It doesn't exactly roll of the tongue. And I feel that this statement has no relationship to the rest of the composition. I like to have the process of the code resemble the output or the code itself. Like
this obfu.
I like the way I presented the content of @@. I wanted the source of my output (j.a.p.h.) to be obvious, while obfuscating the process for extracting the data.
But the process is where I really have my issues. The control structures are way obvious. Especially the if statements. I basically do the exact same thing 4 times in a row. And there is nothing special about the while statements. The only thing that obfuscates these are things like using strange scalars (i.e. $:%$%==1) and embedding the control structures into one continious block of code.
sub _ is right out!
I am happy with two things with this block of code. It is almost completely solid, using only one unnecessary ' ' and ony unnecessary ';'. And I had fun with the first two lines:
;$;=$/=(1==21);$==$-=2;$=*=
$==++$=;$.='';$$=$-;;while(
I like the overall idea. I'm sure I will make a second attempt sometime soon.
jake
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.