http://www.perlmonks.org?node_id=485092


#!/usr/bin/perl -w            	                       
                     open                      (O,$0)  	   
                &&                 map                      	          
       {s/( {2,})/print                    '  '                  eq$1?       
                    ' '              :  chr          0x5e+   length     
             $1/eg       }                    <O>

Replies are listed 'Best First'.
Re: Pithy Japh
by collin (Scribe) on Sep 29, 2005 at 05:03 UTC
    Very nice. Looking at each of the pieces of code individually like this makes it really hard to understand how this is a Japh. liverpole++
      Thanks, collin.  And I'm honored that it was you who first commented on this submission!  I'll look forward to seeing more of your own obfuscations...