RE: Removing duplicates from an array

2003-02-10 Thread Perry, Alan
See below. Beau E. Cox wrote: > Hi - > >> From: R. Joseph Newton [mailto:[EMAIL PROTECTED]] >> Subject: Re: Removing duplicates from an array >> >> Troy May wrote: >> >>> Hello, >>> >>> What's the best and cleanest way

RE: Removing duplicates from an array

2003-02-09 Thread Beau E. Cox
Hi - > -Original Message- > From: R. Joseph Newton [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 09, 2003 3:32 PM > To: Troy May > Cc: Perl List > Subject: Re: Removing duplicates from an array > > > Troy May wrote: > > > Hello, > > >

Re: Removing duplicates from an array

2003-02-09 Thread R. Joseph Newton
Troy May wrote: > Hello, > > What's the best and cleanest way to remove duplicates from an array? I have > an array that reads entries from a text file and I would like to remove all > the duplicates from it. > > Thanks in advance! > > Troy I'd say prevention is the best cure. Check for duplica

Re: Removing duplicates from an array

2003-02-09 Thread Jenda Krynicky
From: "Troy May" <[EMAIL PROTECTED]> > What's the best and cleanest way to remove duplicates from an array? > I have an array that reads entries from a text file and I would like > to remove all the duplicates from it. Run perldoc -q duplicate :-) Jenda = [EMAIL PROTECTED] === http:/

Removing duplicates from an array

2003-02-09 Thread Troy May
Hello, What's the best and cleanest way to remove duplicates from an array? I have an array that reads entries from a text file and I would like to remove all the duplicates from it. Thanks in advance! Troy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL