Hey. This is my first post on Monks, and it's my first obfu'ed code. Not very good, compared to what I've seen, as I'm a newb to Perl. Then again, what do you expect for a 15-year old? ;)

I'm open to suggestions, can't wait to hear them...
$Just=",rekcah lreP";$another=" rehtona tsuJ";@Why=split('',$another); @peanut=reverse(@Why);$buy=join('',@peanut); print$buy;@Perl=split('',$Just);@Unix=reverse(@Perl);$hacker=join('',@ +Unix);print$hacker;<>;

Replies are listed 'Best First'.
Re: YAJAPH and Golf (Yet Another JAPH, and this one's not that good...)
by 5mi11er (Deacon) on Jul 21, 2005 at 18:10 UTC
    I'm not saying that your golf challenge isn't valid, but the monestarians tend to frown upon l33t-speak, favoring clear, well written prose.

    So, that being said, I thank you for not using l33t-speak for everything that didn't have to do with your challenge.

    -Scott

    PS. On further reflection, this challenge isn't particularly golfable because most of the code is going to be a giant translation table. If, on the other hand, you supplied said translation table, and the challenge was to golf a solution that used the translation table to convert input, and it had to automatically detect which direction to translate, you might get some takers on that...

    Update: Ack! You deleted your challenge, now my reply makes no sense. For future reference, it is much better to add 'Updates' and use 'strike' tags to visually remove content while leaving it there for future readers to enjoy.