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


in reply to Best 8 Character Obfuscation (Golf-ish)

A Perl-to-Java converter:
perl -pe "s-\b \b-.-g" FILENAME
update: And here's a cute 'lil bug i just discovered:
perl -pe "s--s:()::g-e" FILENAME
   MeowChow                                   
               s aamecha.s a..a\u$&owag.print

Replies are listed 'Best First'.
Re: Re: Best 8 Character Obfuscation (Golf-ish)
by petral (Curate) on Jun 04, 2001 at 12:39 UTC
    Why the '()'s? Without them, it seems to work. (But then there's no bug. I guess that's your point.)

      p