Re: Filering a file

2005-12-06 Thread Sara
Thanks, Sara. - Original Message - From: Adedayo Adeyeye [EMAIL PROTECTED] To: 'David Dorward' [EMAIL PROTECTED]; 'Perl Beginners - CGI List' beginners-cgi@perl.org Sent: Tuesday, December 06, 2005 12:14 PM Subject: RE: Filering a file Hello David, I'm able to open the file

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 repetitions ignored.

Re: Filering a file

2005-12-05 Thread Chris Devers
On Mon, 5 Dec 2005, Sean Davis wrote: See here: http://mumble.mumble.ua 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

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

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://mumble.mumble.ua 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

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://mumble.mumble.ua Please do not link to this site

RE: Filering a file

2005-12-05 Thread Adedayo Adeyeye
,,, [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 file and just return