in reply to Re: Combinations of a set of elements
in thread Combinations of a set of elements

Correction

foreach $list(@list){$count++ if ($list eq $elm);}

Anandatirtha

  • Comment on Re: Re: Combinations of a set of elements