Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: sourcefilter with complete parser?

by LanX (Saint)
on Dec 12, 2013 at 00:50 UTC ( [id://1066754]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<116> use warnings;0+"2"
     => 2
    ...
    
      DB<119> use warnings;0+"3ss2"
    Argument "3ss2" isn't numeric in addition
    
  2. or download this
    >>> a="ss2";  0+parseInt(a)
    NaN
    >>> a="3ss2";  0+parseInt(a)
    3
    
  3. or download this
    >>> a="2";  0+a
    "02"
    >>> a="2";  0+a-0
    2
    

Log In?
Username:
Password:

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

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

    No recent polls found