Help for this page
sub natatime ($@) { ... my @list = @_; return sub { return splice @list, 0, $n; } }