Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Confused by a couple of idioms

by dsheroh (Monsignor)
on Feb 22, 2019 at 08:18 UTC ( [id://1230358]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Confused by a couple of idioms
in thread Confused by a couple of idioms

I think the lowercase "and" basically makes it act more like this: $csv and ($xls = $csv)
Yep. That's basically the entire reason that the and and or operators exist. and and or are low-precedence (making them useful for flow control), while && and || are high-precedence (making them useful for boolean logic). This is why, 99% of the time, open ... or die is correct and open ... || die is wrong.

Log In?
Username:
Password:

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

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

    No recent polls found