for (my $iter = get_iter(); my ( $widget ) = $iter->(); ) { ... } #### my $iter = get_iter(); while ( my ( $widget ) = $iter->() ) { ... }