in reply to Re: Bit by a Hex String
in thread Bit by a Hex String
I only tried it after seeing this in the documentation:
Examples for converting: my $x = Math::BigInt->new('0b1'.'01' x 123); print "bin: ",$x->as_bin()," hex:",$x->as_hex()," dec: ",$x,"\n";
|
|---|