Help for this page

Select Code to Download


  1. or download this
    sub inner_func {
      if (wantarray) {
    ...
    my @r = outer_func();
    my $r = outer_func();
    outer_func();
    
  2. or download this
      sub outer_func { inner_func() }