Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Numification of strings

by LanX (Saint)
on Aug 02, 2010 at 12:38 UTC ( [id://852465]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<33> my $y;$y++
      
      DB<34> my $y;$y+1
    Use of uninitialized value $y in addition (+) at (eval 38)[/usr/share/
    +perl/5.10/perl5db.pl:638] line 2.
    
  2. or download this
            The auto-increment operator has a little extra builtin magic t
    +o it.
     
    ...
           "undef" is always treated as numeric, and in particular is chan
    +ged to 0
           before incrementing (so that a post-increment of an undef value
    + will
           return 0 rather than "undef").
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://852465]
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-03-28 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found