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