if( exists $dispatch{ $action } ) { $dispatch{ $action }->(); } else { $default->(); }