in reply to Comparison based on type of value held by variables
As for determining if something is a number, use Scalar::Util's looks_like_number() function. It's almost always accurate enough, and you don't have to maintain it. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Comparison based on type of value held by variables
by ranjan_jajodia (Monk) on Oct 18, 2005 at 13:45 UTC |