|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^3: converting binary to decimalby tybalt89 (Monsignor) |
| on Jun 26, 2025 at 19:41 UTC ( [id://11165479]=note: print w/replies, xml ) | Need Help?? |
|
replace
with
It's just doing math in base $n which is 10**18 in this case (because that's the largest power of 10 that works on my machine).
Change $size to 1 to see it work (more slowly) in base 10.
In Section
Cool Uses for Perl
|
|
||||||||||||||||||||||||||||||||||||||||||