Help for this page
if (condition1) { code_for_condition1($data) ... } else { default_condition($data) }
%despatcher = ( ident_1 => \*code_for_condition1, ... sub code_for_condition2 { ... }