in reply to
Re: dependable way to test for a float
in thread
dependable way to test for a float
An optional decimal would not be a float, so I think this is not testing for a float.
Comment on
Re^2: dependable way to test for a float
Replies are listed 'Best First'.
Re^3: dependable way to test for a float
by
shemp
(Deacon)
on May 05, 2005 at 16:50 UTC
I see your point. My test is more to check if a string is numeric or not, not exactly is this number a float.
[reply]
In Section
Seekers of Perl Wisdom