in reply to Re^2: Strange int() result
in thread Strange int() result
DB<10> $amount = 35784.45; DB<11> $amount =~ s/\.//; DB<12> print $amount; 3578445
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Strange int() result
by hexcoder (Curate) on Jun 18, 2014 at 21:38 UTC | |
by Laurent_R (Canon) on Jun 18, 2014 at 22:15 UTC | |
|
Re^4: Strange int() result
by flowdy (Scribe) on Jun 18, 2014 at 20:37 UTC |