I like writing obfu'd JAPHS myself (JAJAPH and Password cracker) so I thought I would defu "meaningless" for others.

Spoiler

What follows is the code rewritted and slightly editted for clarity with comments explaining what is going on.

Select the text to read it.

$A = "H"; # $A is "H" $= .= /A/-65; # leave $= set to its default of 60. Just misdire +ction. $; = $A.$; ; # $; is "H" $#{($;or$A)}="J"; # Set the last index value of @H to J. Just misdi +rection. $_=$#{_}- -75; # The index of the last element @_ is -1 + 75 so +$_ is 74 chr; # return true (Do nothing) print chr; # Print char corresponding to ascii value 74 that + is "J" $; =~ s/^(H)./AP$1/; # Change $; from H to APH print $; ; # Print $; that is APH -85 # Return false. Game over.
-monkfish (The Fishy Monk)


In reply to Re: mostly everything in the world is meaningless by monkfish
in thread mostly everything in the world is meaningless by o(o_o)o

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.