Help for this page

Select Code to Download


  1. or download this
    sub call_assign_value_func {
      my $some_num = shift;
    ...
      $pkgh->execute();
      return $func_value;
    }