checking duplicates
From: Silverfox (underground_miller_at_hotmail.com)
Date: 12/30/03
- Next message: Scott Taylor: "modify JPEG on the fly"
- Previous message: Zary Necheva: "Help with extracting text"
- Next in thread: Charles K. Clarkson: "RE: checking duplicates"
- Reply: Charles K. Clarkson: "RE: checking duplicates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: beginners@perl.org Date: Tue, 30 Dec 2003 14:14:54 -0500
Hi all, i'm trying to figure out how I can check for duplicates entries in
an array and remove the duplicate.
Example:
23,23,39,40,44,44
should result in:
23,39,40,44
I'm reading from a file and assigning it to an array.
Silver Fox
- Next message: Scott Taylor: "modify JPEG on the fly"
- Previous message: Zary Necheva: "Help with extracting text"
- Next in thread: Charles K. Clarkson: "RE: checking duplicates"
- Reply: Charles K. Clarkson: "RE: checking duplicates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|