Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Substring comparison

by JavaFan (Canon)
on May 01, 2012 at 16:11 UTC ( [id://968292]=note: print w/replies, xml ) Need Help??


in reply to Re: Substring comparison
in thread Substring comparison

Cleary 'FFF' is part of string 'FFF NNN JKK III LLL QQQ' and should return a result >= 0
Indeed, and it does. However, the negation of result >= 0 is not if($result <= 0), which is what you wrote in your program. There is a value (0) that's both >= 0 and <= 0.

Use if ($result == -1) in your program.

Log In?
Username:
Password:

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

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

    No recent polls found