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