GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Scalar::Util::LooksLikeNumber(3) User Contributed Perl Documentation Scalar::Util::LooksLikeNumber(3)

Scalar::Util::LooksLikeNumber - Access to looks_like_number() perl API function

    use Scalar::Util::LooksLikeNumber;
    print Scalar::Util::LooksLikeNumber::looks_like_number(1); # -> 4352

"Scalar::Util::LooksLikeNumber" contains looks_like_number() like "Scalar::Util"'s looks_like_number(), except it returns the raw value from the C function. Scalar::Util used to do this also, but it returns a booleanized value since 1.39.

Returns a non-zero if perl thinks $var is a number. See "looks_like_number" in perlapi.

Scalar::Util

Copyright (c) 2014 Steven Haryanto <stevenharyanto@gmail.com>. Code is based on Scalar::Util.
2014-06-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.