Help for this page

Select Code to Download


  1. or download this
       $op_map{$op_choice}->(@args);
    
  2. or download this
       my $op = $op_map{$op_choice};
       $op->(@args);