in reply to Re^2: In base 1, the number after 0 is:
in thread In base 1, the number after 0 is:

I agreee with you that the number after 0 is 00 in base 1, but I'd say it is 0 in base 10.
Also I'd write your code as:
my $n = ''.0; $n++; print "$n\n";