in reply to Re^2: converting binary to decimalin thread converting binary to decimal
(my $decimal = join '', map sprintf('%0*d', $size, $_), reverse @numbe +r) =~ s/0+(?=.)//; [download]