Help for this page

Select Code to Download


  1. or download this
    sub nFor(&@) {
        my $code = shift;
    ...
                while $i >= 0 and $indices[ $i ] == $limits[ $i ];
        }
    }
    
  2. or download this
    sub _NL_Args
    {
    ...
        }
        return wantarray ? @ret : ( $ret[0] || 0 );
    }