Help for this page

Select Code to Download


  1. or download this
    my $nxt_str = make_strings($n);
    while (my $str = $nxt_str->()) {
      #..do stuff with $str
    }