Easter Egg

Beatnik on 2003-12-02T14:41:58

AppVersion -> 594e5230483053334d

You owe me a beer!


How to decode...

nicholas on 2003-12-02T16:15:45

I'm not convinced that I'm anywhere near the shortest way of decoding that. I can only get it down to 35, using something of the form:

perl -le 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' 594e5230483053334d

Re:How to decode...

Beatnik on 2003-12-02T21:17:04

Try

perl -le 'print scalar(reverse(pack("H*","594e5230483053334d")))'