Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Using IF and OR, I'm sure there is a better way

by robin (Chaplain)
on Dec 16, 2005 at 01:40 UTC ( #517123=note: print w/replies, xml ) Need Help??


in reply to Using IF and OR, I'm sure there is a better way

In Perl 5.10, you'll be able to do:
use feature '~~'; if ($variable ~~ [1,2,3]) { ... }
which will indeed short-circuit.

(I'm backporting the Perl 6 "smart match" operator to Perl 5.)

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2023-10-03 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?