Hi all,
This is the first JAPH I've ever written. It's simple, but (AFAIK) has an original idea.

use Time::HiRes 'usleep';++$|;$s='rekcah lreP rehtona tsuJ';@v= (65..90,97..122,32);do{do{print$_=sprintf'%c',$v[rand@v];usleep 2000;print"\b"}while$_ ne substr$s,-1;chop$s;print}while$s

Update: An indented and commented version with whitespaces

Replies are listed 'Best First'.
Re: Brute-force JAPH
by Lawliet (Curate) on Jan 27, 2009 at 23:26 UTC

    Perhaps you can put *what it does* in <readmore></readmore> tags? I like to try and get a brief understanding of the code before I learn what it does. I usually fail, but is is fun. :)

    And you didn't even know bears could type.

      Sure. Done. :)

        Wait a second -- do readmore tags do anything on a root node? I think they automatically expand if the node is the top node you are viewing.

        And you didn't even know bears could type.