Help for this page
while( my $next = $iter->() ) { ($next) = @$next; ... }
while( my ($next) = @{ $iter->() } ) { ... }