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


in reply to Re: dispatch table of functions and arguments
in thread dispatch table of functions and arguments

In fact what I currently do is kinda the same as you suiggest, but i have to pass around in a hash of 15 arguments ( and then the subs figure out wich ones they need ) so it's kinda a waste, which is why I want to refine this mechanism
  • Comment on Re: Re: dispatch table of functions and arguments