in reply to Re^2: ignore duplicates and show unique values between 2 text files
in thread ignore duplicates and show unique values between 2 text files
yes, but we won't post whole code!
Apply
my ($number,$article) = split /\s+/, $line, 2
for each input line and decide which part should be unique.
learn to do it yourself with split.
Cheers Rolf
( addicted to the Perl Programming Language)
added missing third parameter for split
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: ignore duplicates and show unique values between 2 text files
by kennethk (Abbot) on Apr 29, 2013 at 16:07 UTC | |
by LanX (Saint) on Apr 29, 2013 at 16:10 UTC | |
by kennethk (Abbot) on Apr 29, 2013 at 16:18 UTC | |
by LanX (Saint) on Apr 29, 2013 at 16:28 UTC |