my $it = countdown( $limit ); while( $it->( my $x ) ) { # do something with $x }