Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    printf "Count 1: %d, Count 2: %d\n", $counter1->(), $counter2->();
    
  2. or download this
    Count 1: 3, Count 2: 9