Help for this page

Select Code to Download


  1. or download this
    $result = &  { something_that_returns_coderef } ( @args );
    
  2. or download this
    & { $functions{$func} }();
    
  3. or download this
    $functions{$func}->();