http://www.perlmonks.org?node_id=994950


in reply to Re: Any improvement over the code possible??
in thread Any improvement over the code possible??

Thanks for reply :)

I tried out this code.. but its not giving what I expected. Is it how it works??

#!/perl/bin use v5.14; use Scalar::Util; say &Scalar::Util::looks_like_number('2');

I haven't studied till packages and modules.. So, don't know exactly how to use them..