In lists.projects.perl.modules, you wrote:
>Name: Yuandan Zhang
>Email: [EMAIL PROTECTED]
>Username:YDZHANG-pl
>I would submit a module for compare two arrays. This module intakes two arrays
>  and returns three arrays: an array of elements common to both input arrays, an
>  array of unique elements of the first input array and an array of elements
>  unique to the second input array

Have you looked at Array::Compare and talked to its author?  Also, you
may find that something like this already exists on CPAN... it's
certainly already in the Perl FAQ (perldoc perlfaq4, "How do I
compute the difference of two arrays?  How do I compute the intersection 
of two arrays?")

Which is not to say that you shouldn't write it and contribute it, just
that you shouldn't reinvent the wheel.  Also, don't call it
ArrayCompare.pm as a) there's a perfectly good Array:: namespace
already, and b) Array::Compare is already taken.

K.

-- 
Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.net/
"Insert into employee..." -- Benno (from the Netizen quotes file)

Reply via email to