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

Re^4: IF and GREP Question

by jwkrahn (Abbot)
on Sep 18, 2013 at 06:10 UTC ( [id://1054590]=note: print w/replies, xml ) Need Help??


in reply to Re^3: IF and GREP Question
in thread IF and GREP Question

"if ()" imposes a scalar context.

Actually it imposes a boolean context, which is basically the same as scalar context.

"if (@found)" sees undef or zero

An array in boolean context cannot be undef.    In fact, defined doesn't work with arrays anymore.

Log In?
Username:
Password:

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

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

    No recent polls found