Help for this page
use Bit::Vector; $v = Bit::Vector->new(8); # 8 bits $v->from_Dec($decimal_number); $msb = $v->MSB();