But It's not working. Any help would be much appreciated. Thanx. Implementing Dispatch Tables The trivial case A basic dispatch table might look like this: my %disp_table = ( something => \&do_something ); download You put a string in, you get a code ref out. Then, presumably, you execute the code ref: $disp_table{'something'}->(); download What could be simpler?$Content= $actions{$RFlds[3]}->($EnvName);
In reply to Dispatch table with parameter by Saved
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |