And the purpose of this piece of trivia was ???????? On Wed, 2003-06-04 at 09:20, Rob wrote: > On Wednesday 04 June 2003 09:52, Joe Massin wrote: > > 010010010010000000110000011101110110111000100000011010100011000000110000001 > >000000010000100100001 (Work it out) > > perl -e 'for $f ( pack "B*", > "010010010010000000110000011101110110111000100000011010100011000000110000001000000010000100100001" > ) { print $f; } print "\n"; ' >