in reply to RE: Permutations and combinations
in thread Permutations and combinations
sub swap { my ($i,$j) = @_; @a[$i,$j] = @a[$j,$i]; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: RE: Permutations and combinations
by AltBlue (Chaplain) on Apr 19, 2002 at 15:21 UTC |