Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Argument "" Isn't numeric in numeric eq (==)

by Kenosis (Priest)
on Feb 09, 2014 at 20:31 UTC ( [id://1074161]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    ,,1,1,1,2
    ,,,,,
    5,6,3,4,2,2
    
  2. or download this
    (1,1),(,),(,)
    (1,2),(,),(,)
    ...
    (,),(1,1),(1,2)
    (,),(,),(,)
    (5,6),(3,4),(2,2)
    
  3. or download this
    use strict;
    use warnings;
    ...
    ,,1,1,1,2
    ,,,,,
    5,6,3,4,2,2
    
  4. or download this
    Total Lines: 11
    Success: 6
    Fail: 4
    
  5. or download this
    if((($f[1]==1)&&($f[2]==1))|| ...
    
  6. or download this
    if((($f[0]==1)&&($f[1]==1))|| ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 03:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found