in reply to Is a integer or string.
Is there any way to differentiate between a string and integer or float for a perl scalar variable.
Is this adequate?
use Scalar::Util qw(looks_like_number); [download]