Hi Pam. Some peripheral comments, now that others have
done all of the hard work :)
John W. Krahn wrote:
> Pam Derks wrote:
>> I want to grap the:
>> last first middle(if any) email
>> from a text file
>>
>> sample data:
>> Smith, Mary [EMAIL PROTECTED]
>> Jones, Tommy Lee [EMAIL PROTECTED]
>>
>>
Pam Derks wrote:
>
> Hi all,
Hello,
> I want to grap the:
> last first middle(if any) email
> from a text file
>
> sometimes there is a middle intital, sometimes there isn't
>
> sample data:
> Smith, Mary [EMAIL PROTECTED]
> Jones, Tommy Lee [EMAIL PROTECTED]
>
> can someone suggest improveme
On Thu, 23 Jan 2003, Pam Derks wrote:
> Hi all,
>
> I want to grap the:
> last first middle(if any) email
> from a text file
>
> sometimes there is a middle intital, sometimes there isn't
>
> sample data:
> Smith, Mary [EMAIL PROTECTED]
> Jones, Tommy Lee [EMAIL PROTECTED]
>
> can someone sugges
Hi all,
I want to grap the:
last first middle(if any) email
from a text file
sometimes there is a middle intital, sometimes there isn't
sample data:
Smith, Mary [EMAIL PROTECTED]
Jones, Tommy Lee [EMAIL PROTECTED]
can someone suggest improvements to the code below?
#!/usr/bin/perl -w
my ($fir