Reputation: 39
I am reading a text file from perl which is as follows:
USA 1266222 John
Russia 2212222 Jenny
USA 1266222 John
China 213111 Chian
I want to ignore repeating lines. How should i do that? In this case USA should just be shown once.
Upvotes: 1
Views: 43