Help for this page

Select Code to Download


  1. or download this
    sub choose_n_iter {
        my @todo = [ shift, [ @_ ], [] ];
    ...
            return;
        };
    }
    
  2. or download this
    sub choose_n_iter {
        my @todo = [ shift, [ @_ ], [] ];
    ...
            return;
        };
    }