";
exit;
# End of Code
Thanks,
Sara.
- Original Message -
From: "Adedayo Adeyeye" <[EMAIL PROTECTED]>
To: "'David Dorward'" <[EMAIL PROTECTED]>; "'Perl Beginners - CGI List'"
Sent: Tu
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
, 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
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
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
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
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
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