in reply to Re: Case structures using a hash
in thread Case structures using a hash

Excelent point. If you need a "default" case, that is probably the best way to do it.

Also, I'm wondering about ways of performing fall-through on the cases. Perhaps the end of each subroutine could call explicitly call the next referance?