Help for this page
Select Code to Download
Select
or
download this
sub is_numeric{ use POSIX (); !(POSIX::strtod($_[0]))[1]; }