Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
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 ( [id://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?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found