in reply to Re: Re: Strange saving behaviour
in thread Strange saving behaviour
Umm... no. It works as advertised.
is_int(6.66) returns the result of 6.66 == int(6.66) which is the same as 6.66 == 6 which is false.
--
"Perl makes the fun jobs fun
and the boring jobs bearable" - me
|
|---|