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

Re^9: Regex result being defined when it shouldn't be(?)

by soonix (Canon)
on Nov 18, 2017 at 11:32 UTC ( [id://1203724]=note: print w/replies, xml ) Need Help??


in reply to Re^8: Regex result being defined when it shouldn't be(?)
in thread Regex result being defined when it shouldn't be(?)

defined($var)==0
Do you also write conditios as
if ( ($var < $threshold) == TRUE ) ...
? Then why not
if ( ( ($var < $threshold) == TRUE ) == TRUE ) ...
or more?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found