Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^4: Numification of strings

by ww (Archbishop)
on Aug 02, 2010 at 18:27 UTC ( [id://852514]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Numification of strings
in thread Numification of strings

"As you can see $a is a string "PV", while $b is an int "IV", even thought it was never used in an numeric context."

If you mean what I think you mean -- that $b is an int BECAUSE it was never used in a numeric content -- I think you're wrong, morgon: $b IS an IV, because it was instantiated that way... as an integer, without quotes that would have made it a string.

Update: Maybe I have the code tags right... at last.

Replies are listed 'Best First'.
Re^5: Numification of strings
by morgon (Priest) on Aug 02, 2010 at 19:06 UTC
    If you mean what I think you mean ...

    :-)

    I meant to disprove the theory that a value becomes an int only after being used in a numeric context by showing an example in which a value is only instantiated (and never used in a numeric context), yet still is numeric.

    Or less convoluted: I probably meant what you said.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-23 20:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found