Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: or with a block

by maverick (Curate)
on May 31, 2002 at 18:42 UTC ( [id://170803]=note: print w/replies, xml ) Need Help??


in reply to or with a block

I tend to do it like this:
unless(opendir(CLEANPATH,"$path")) { warn "$path: $!\n"; next; }
It reads kinda nicely. "unless we can open the directory, yell"

Some people might dislike that technique since the evalaution of the conditional has a side effect (that the directory is opened)...but I think it'd like it better than the right hand side of an inlined 'or' having one... ;)

/\/\averick
OmG! They killed tilly! You *bleep*!!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-19 08:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found