in reply to Re: bin2dec for big numbers
in thread bin2dec for big numbers
IMHO it's a matter of definitions, and on what abstraction level you think about it. I think about a string of 0s and 1s as a binary number in my internal represenation. The same way, I think about a string of 0s - 9s as a decimal string in my internal representation.
What Perl does for me is just print ASCII characters on the screen.
|
|---|