Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: $array[ 'Infinity' ]

by shmem (Chancellor)
on Dec 17, 2007 at 01:56 UTC ( [id://657359]=note: print w/replies, xml ) Need Help??


in reply to $array[ 'Infinity' ]

Is this documented anywhere?
Yes, in sv.c in the perl source ("use the source, luke" ;-)

Line 1680 ff:

/* =for apidoc looks_like_number Test if the content of an SV looks like a number (or is a number). C<Inf> and C<Infinity> are treated as numbers (so will not issue a non-numeric warning), even if your atof() doesn't grok them. =cut */

and so - suprise! - perlapi tells the same.

Read through sv.c to see what happens. The perl5 spec is coherent with its implementation ;-)

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://657359]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-25 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found