Help for this page

Select Code to Download


  1. or download this
    my $anon = sub {
       my $func = shift;
    ...
            $func->($count);
       }
    };
    
  2. or download this
    my $counter = sub { $anon->($anon, shift) };