rimmern has asked for the wisdom of the Perl Monks concerning the following question:
value 1|value 2|tom, chris, dave|value 4
value 1|value 2|peter, tom, dave|value 4
what I want to do is find all the unique names in all the instances of value3 in the file (ie tom, chris, dave & peter).
I know how to do it if the names are in an array but not if they are in an element in an array...
Any suggestions ?
Cheers, Digsy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: creating unique list from elements in an array
by mirod (Canon) on Aug 17, 2001 at 12:52 UTC | |
by Hofmator (Curate) on Aug 17, 2001 at 13:44 UTC | |
|
Re: creating unique list from elements in an array
by mugwumpjism (Hermit) on Aug 17, 2001 at 15:17 UTC | |
|
Re: creating unique list from elements in an array
by Sifmole (Chaplain) on Aug 17, 2001 at 17:04 UTC |