- Is there an equivalent to PERLs SWITCH statement - [Allows a variable to be tested for equality against a list of values. Each value is called a CASE, and the variable being switched on is checked for each SWITCH CASE] - if so what is it - Thanks?