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

Re: fall through switch/case in perl

by Aristotle (Chancellor)
on Sep 07, 2004 at 01:03 UTC ( [id://388897]=note: print w/replies, xml ) Need Help??


in reply to fall through switch/case in perl

Warning: may cause nausea. Posted purely for hack value. An indent of 2 spaces used to protect the right margin from harm. Don't try this at home.

for ( $var ) { $_ == 1 or do { $_ == 2 or do { $_ == 3 or do { $_ == 4 or do { $_ == 5 or do { $_ == 6 or do { $_ == 7 or do { $_ == 8 or do { $_ == 9 or do { $_ == 10 or do { last; }; print "a"; }; print "b"; }; print "c"; }; print "d"; }; print "e"; }; print "f"; }; print "g"; }; print "h"; }; print "i"; }; print "j"; }

Makeshifts last the longest.

Log In?
Username:
Password:

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

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

    No recent polls found