Help for this page

Select Code to Download


  1. or download this
    sub module_method {
      ...
    ...
      $anonymous_inner_function->(@_);
      ...
    }
    
  2. or download this
    sub module_method {
      ...
    ...
      inner_function(@_);
      ...
    }
    
  3. or download this
    sub module_method {
      ...
    ...
      inner_function(@_);
      ...
    }