> $regex = 'join ('|', keys %lookFor);
> if (/($regex)/o) {
>    # Now switch on $1 for your specific sub-tests like /Factory/ etc
> }
> 

could you kindly elaborate some on this part?
I thought one could only "switch" on numeric values?

switch {
case 1:
case 2:
case 3:
default:
}

Regards,
Ron

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

Reply via email to