[Perl] merge DB problem
Gabor Szabo
gabor at tracert.com
Wed Oct 23 03:19:51 PDT 2002
am I blind or is this exactly what Array::Unique does ?
Well, except of the kuku part.
Gabor
On Wed, 23 Oct 2002, Shlomo Yona wrote:
>
> so is the following example correct?
>
> File1:
>
> kuku 4
> this is a record
> this is another record
> duplicate record
> this is yet another record
>
> File2:
>
> kuku 2
> duplicate record
> this is a record from File2
>
>
> then you expect to see the following output:
>
> kuku 5
> this is a record
> this is another record
> duplicate record
> this is yet another record
> this is a record from File2
>
>
>
>
> is this correct?
>
>
>
More information about the Perl
mailing list