http://www.perlmonks.org?node_id=129828


in reply to Would you use 'goto' here?

I'm curious why it is that you don't have the dispatch code check the office id, as well as the action and type, so that you can call the desired subroutine directly.

I think that it's just as well not to use goto in this case.