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