#!/usr/bin/perl use Time::HiRes ('sleep');print"\ec";$|=1;$k=24;$__="\040";map{$m.=$_. +$__;map{print$__;sleep(0.03);}(0..$k);sleep(0.05);print$m.$/;$k--;}sp +lit(//,"\112\165\163\164\040\101\156\157\164\150\145\162\040\120\145\ +162\154\040\110\141\143\153\145\162");

Replies are listed 'Best First'.
Re: Triangular JAPH
by northwind (Hermit) on May 12, 2005 at 17:39 UTC

    I know this being a one-liner is part of the fun, but...  could this please get broken up into multiple lines so it does not stretch the page horizontally?

    Update: It turns out I didn't Read The Fine Manual in regards to User Settings. :/  Not certain if this is a bug but my user settings were at "Code Wrap Length: 80" and "Auto Code Wrapping" was turned on and the code displayed as the monolithic one-liner that it is, resulting in a stretched browser window.  When I turned "Auto Code Wrapping" off the behavior I was originally expecting showed up.  At no time during this entire scenario was "Code Wrapping Off" checked.