![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Perl 5.10: switch statement demoby LighthouseJ (Sexton) |
on Dec 20, 2007 at 13:42 UTC ( [id://658114]=note: print w/replies, xml ) | Need Help?? |
I don't know why people want a verbatim 'switch' statement when you can use a for-statement.
I generally use a for loop in conjunction with regular expression matches, like this trivial example:
It has a lot of flexibility where you can mix and match parts and get real nice uses out of it. I've always used it fully and got very good results --without waiting for a proper switch statement.
"The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why." -- `man perl`
In Section
Seekers of Perl Wisdom
|
|