Filering a file

2005-12-05 Thread Adedayo Adeyeye
I have a file that contains a listing of names like:   John Paul Kate Paul Charles Kate   How do I write a script to parse through this file and just return the unique names. Ie I want the repetitions ignored.   Kind regards       Adedayo Adeyeye

Re: Filering a file

2005-12-05 Thread Sean Davis
On 12/5/05 8:20 AM, "Adedayo Adeyeye" <[EMAIL PROTECTED]> wrote: > I have a file that contains a listing of names like: > > > > John > > Paul > > Kate > Paul > > Charles > > Kate > > > > How do I write a script to parse through this file and just return the unique > names. Ie I want the

Re: Filering a file

2005-12-05 Thread Chris Devers
On Mon, 5 Dec 2005, Sean Davis wrote: > See here: > > http:// Please do not link to this site. These are pirated copies of the books in question, hosted on a Ukranian web server without the authorization of the publishers or authors of the books in question. There are legit ways to get acc

Re: Filering a file

2005-12-05 Thread David Dorward
On Mon, Dec 05, 2005 at 02:20:33PM +0100, Adedayo Adeyeye wrote: >How do I write a script to parse through this file and just return the >unique names. Ie I want the repetitions ignored. What have you tried? Where are you stuck? (Opening the file? Reading the contents? The actual filterin

Re: Filering a file

2005-12-05 Thread Sean Davis
On 12/5/05 9:47 AM, "Chris Devers" <[EMAIL PROTECTED]> wrote: > On Mon, 5 Dec 2005, Sean Davis wrote: > >> See here: >> >> http:// > > Please do not link to this site. > > These are pirated copies of the books in question, hosted on a Ukranian > web server without the authorization of the p

RE: Filering a file

2005-12-05 Thread Adedayo Adeyeye
, 2005 5:28 PM To: Chris Devers Cc: Adedayo Adeyeye; Perl Beginners - CGI List Subject: Re: Filering a file On 12/5/05 9:47 AM, "Chris Devers" <[EMAIL PROTECTED]> wrote: > On Mon, 5 Dec 2005, Sean Davis wrote: > >> See here: >> >> http:// > > P

RE: Filering a file

2005-12-05 Thread Adedayo Adeyeye
id Dorward,,, [mailto:[EMAIL PROTECTED] On Behalf Of David Dorward Sent: Monday, December 05, 2005 2:35 PM To: 'Perl Beginners - CGI List' Subject: Re: Filering a file On Mon, Dec 05, 2005 at 02:20:33PM +0100, Adedayo Adeyeye wrote: >How do I write a script to parse through this f

Re: Filering a file

2005-12-06 Thread Sara
"; exit; # End of Code Thanks, Sara. - Original Message - From: "Adedayo Adeyeye" <[EMAIL PROTECTED]> To: "'David Dorward'" <[EMAIL PROTECTED]>; "'Perl Beginners - CGI List'" Sent: Tu