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.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me