Help for this page

Select Code to Download


  1. or download this
    sub out {
      my $x = shift;
    ...
      my $in2 = sub { ...; my $rs = $in->( $arg ); ... };
      return $x + $in_2->( );
    }