Help for this page

Select Code to Download


  1. or download this
    sub iterator {
      return unless @_;
    ...
    while (my @part = $iter->()) {
        print "@part\n";
    }