Help for this page

Select Code to Download


  1. or download this
    $md_config->{cust_num   } = 'GetCustomerNumber';
    $md_config->{description} = 'GetCustomerDescription';
    ...
    my $meth = $md_config->{$field}
       or die("Unknown field $field\n");
    $web_services->$meth();