From: Chris <[EMAIL PROTECTED]>

> I have been looking in the Learning Perl book, and cannot find it.
> 
> I am sure that it is just a terminology thing.
> 
> In VB {Yeah the old VB again :P) I could do:
> 
> Select Case $Junk
>      Case 1
>         Do Something
>      Case 2
>         Do Something
>      Case 3
>         Do Something
>      Case 4
>         Do Something
> End Select
> 
> Does Perl have something similar to where I do not have to have one
> humongous IF statement?

As always TIMTOWDI :

perldoc Switch

perldoc -q "How do I create a switch or case statement?"

perldoc perlsyn

HTH, Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
                                        --- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to