in reply to Re: Looking for a function that returns status of a scalar's numeric flags
in thread Looking for a function that returns status of a scalar's numeric flags
perl ascribes some numeric flags to $x, and those flags (which vary for different types of numbers) are not readily visible.$x = -17; or $x = 1.414;
|
---|