in reply to Fine tuning my condition statement

You could also do something like:
$field eq $_ and next for (qw/first Second third/);
But I suspect It'll have a bit of an overhead... This saves the typing, but avoids a regex if you don't want to get into that.

-nuffin
zz zZ Z Z #!perl