in reply to Re: When does '123' become the number 123.0?
in thread When does '123' become the number 123.0?
I'm assuming (and hoping) that perl is smart enough to convert $x to a number for the computations and to a string for printing, and do it all at compile time and not at runtime. Is this a safe assumption?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: When does '123' become the number 123.0?
by syphilis (Archbishop) on Jun 17, 2008 at 00:31 UTC |