#!/usr/bin/perl $_='0b1d35022f290d59436b612b034f531747493d676d130507651125713b1f7f';@_ +=qw/0B 25 00002 00011 02/;while($_ =~ /^(..)((?:..)+)$/){push @$,hex( +$1);$_=$2;}@$=sort {$a <=> $b} (@$,hex $_);map{$$^=$$;$$++;map{$$*=$$ +[hex $_];}(split('',$_));print chr $$;}@_;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Yet another JAPH
by The Mad Hatter (Priest) on Mar 23, 2003 at 18:47 UTC | |
by Mr. Muskrat (Canon) on Mar 23, 2003 at 18:54 UTC | |
by The Mad Hatter (Priest) on Mar 23, 2003 at 19:01 UTC | |
by Mr. Muskrat (Canon) on Mar 23, 2003 at 19:10 UTC |