Help for this page

Select Code to Download


  1. or download this
    sub lambda {
        my $f = $_[1];
    ...
            return $f->();
        }
    }
    
  2. or download this
    use Data::Alias       qw( alias );
    use Object::Destroyer qw( );
    ...
            return $f->();
        }
    }