Help for this page

Select Code to Download


  1. or download this
    my $self = Foo->new();
    my $mysub = sub { $self->increment() };
    
  2. or download this
    $mysub->();