sub bin2dec { unpack("N", pack("B32", substr("0" x 32 . shift, -32))); } [download]
In reply to Re: Re: hex to bin by mt2k in thread hex to bin by Eureka_sg