in reply to Re^2: In base 1, the number after 0 is:in thread In base 1, the number after 0 is:
my $n = ''.0; $n++; print "$n\n"; [download]