DB<10> $amount = 35784.45; DB<11> $amount =~ s/\.//; DB<12> print $amount; 3578445 [download]
In reply to Re^3: Strange int() result by Laurent_R in thread Strange int() result by menth0l