Help for this page

Select Code to Download


  1. or download this
        return sub {$count++}
    
  2. or download this
    sub count_maker {
        my $count = shift;
    
  3. or download this
    {
      my $count1; ## only one copy of $count1 ever created, so
    ...
    6 2 
    2 3 
    3 4