in reply to Re^4: Any improvement over the code possible??
in thread Any improvement over the code possible??
OK. got it worked by using the below code: -
use Scalar::Util 'looks_like_number'; my $result = looks_like_number('abc');
Do we have to import functions like this only? Else I have to do it for every function I import??
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Any improvement over the code possible??
by toolic (Bishop) on Sep 21, 2012 at 17:47 UTC | |
by Rohit Jain (Sexton) on Sep 21, 2012 at 17:51 UTC |