Help for this page

Select Code to Download


  1. or download this
    sub natatime ($@)
    {
    ...
        my @list = @_;
        return sub { return splice @list, 0, $n; }
    }