>> map{15>[EMAIL PROTECTED],$x+1or print"1 @x
>> "while!$x{$x=vec"����ʂ����v��",$x*2|$_>>@x&1,4}++*$x;undef*x}0..2**15
> 
> hmm, the vector doesn't seem to be right - it doesn't work. It should be
> 
> map{15>[EMAIL PROTECTED],$x+1or print"1 @x
> "while!$x{$x=vec"{|��(�K�X<g[�",$x*2|$_>>@x&1,4}++*$x;undef*x}0..2**15
Actually since I wanted to keep the order of the original, mine *IS* the
right vector. Remember that vec works in a little endian way, so you have 
to swap the hex digits. But since the program will explore both digits 
anyways it doesn't actually matter (except for the order in which solutions 
can be output). 
> 
> but then, we have those nasty control chars in the string...
> 
That is the more likely cause of failure.

Reply via email to