Re: set operations on arrays

2004-08-13 Thread Christopher J. Bottaro
thank you both, that was just what i was looking for. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: set operations on arrays

2004-08-13 Thread Jeff 'japhy' Pinyan
On Aug 11, Christopher J. Bottaro said: >is it possible to do set opperations on arrays? any cpan module or >anything? i want to do something like the following: > >@intersection = set_intersection(@ar1, @ar2, @ar3); >@ar1 = set_difference(@ar1, @intersection); >@ar2 = set_difference(@ar2, @inte

Re: set operations on arrays

2004-08-13 Thread Jose Alves de Castro
On Wed, 2004-08-11 at 18:13, Christopher J. Bottaro wrote: > is it possible to do set opperations on arrays? any cpan module or > anything? i want to do something like the following: Yes, it is possible. http://search.cpan.org/~muenalan/Class-Maker-0.05.18/Maker/Examples/Array.pm or, if you're