Ok, as you've probably seen, my previous attempts at obfuscation have been severely lacking - mainly due to my level of skill regarding Perl has also been found lacking. I have been reading Programming Perl, and I found the world of
pack(). I think this is a really cool function, and I have used it here to write a japh that actually looks fairly obfuscated. If you don't agree, remember the important thing here is that I learned a new function!
#!/usr/bin/perl
$j;$a;$p;$h;
$j=pack"cccc",106,117,115,116;
$a=pack"ccccccc",97,110,111,116,104,101,114;
$p=pack"cccc",112,101,114,108;
$h=pack"cccccc",104,97,99,107,101,114;
print "$j $a $p $h\n";
Azatoth a.k.a Captain Whiplash
Get YOUR PerlMonks Stagename here!
Want to speak like a Londoner?
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.