Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $count = 0;
        return sub {return ++$count;};
    }
    
  2. or download this
    1
    2
    3