Help for this page

Select Code to Download


  1. or download this
    # return a list consisting of correct division and service
    # as a function of $dcr_type and @row
    ...
    
    }
    
  2. or download this
    my %division_service =
      (
    ...
    
        }
      }
    
  3. or download this
    sub division_service {
    
    ...
      $division_service{$dcr_type}->(@row);
    
    }