[Perl] merge DB problem
Shlomo Yona
shlomo at cs.haifa.ac.il
Wed Oct 23 02:02:47 PDT 2002
On Wed, 23 Oct 2002, Gabor Szabo wrote:
>
> am I blind or is this exactly what Array::Unique does ?
> Well, except of the kuku part.
You are on the righ path...
This is simply a matter of something like
make one list out of the two lists (for a gross merge)
do your favourite 'sort | uniq' on the lists
your're done.
The idea of Array::Unique is one way of doing this.
--
Shlomo Yona
shlomo at cs.haifa.ac.il
http://cs.haifa.ac.il/~shlomo/
More information about the Perl
mailing list