RE: finding common records between two files

2001-05-03 Thread King, Jason
I wrote .. >Mike Stussie writes .. > >>Jason... thanks for responding... let me clear up a couple of things >>and perhaps you can provide further guidance. >> >>The email broke the record into 2 lines, each record is actually only >>one line of which the only field that concerns me is the >>emai

RE: finding common records between two files

2001-05-03 Thread King, Jason
Mike Stussie writes .. >Jason... thanks for responding... let me clear up a couple of things >and perhaps you can provide further guidance. > >The email broke the record into 2 lines, each record is actually only >one line of which the only field that concerns me is the email address. >Here are t

RE: finding common records between two files

2001-05-03 Thread Stussie, Mike
Sent: Wednesday, May 02, 2001 8:00 PM > To: [EMAIL PROTECTED] > Subject: RE: finding common records between two files > > Mike Stussie writes .. > > >thanks for the response... let me clarify the description of > >file 'B' > > > >Fil

RE: finding common records between two files

2001-05-02 Thread King, Jason
Mike Stussie writes .. >thanks for the response... let me clarify the description of >file 'B' > >File 'B' record format is exactly like file 'A', both look like this: >(btw - the file is a registrant file for a newsletter) > >File 'A' >BCSJN::Joe User::1 >N.Main::Anytown::MO::None::Unknown

RE: finding common records between two files

2001-05-02 Thread Stussie, Mike
$FILEA{$_}; Will the above hash accomplish what I am trying to do. Hope I haven't muddied the water with my explanation. Many thanks for the help, Regards, Mike Stussie > -Original Message- > From: King, Jason [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 01, 2001 6:39

RE: finding common records between two files

2001-05-01 Thread King, Jason
Mike Stussie writes .. >I'm a newbie to perl and trying to solve a problem.. Here is what I'm >trying to do: > >read thru flat file 'A' that looks something like this:(fields >delimited by >'::') >BCSNDTJN::Joe User::1 N. >Main::Anytown::MO::None::None::None::Unknown::[EMAIL PROTECTED] > >and f

finding common records between two files

2001-05-01 Thread Stussie, Mike
Hi all, I'm a newbie to perl and trying to solve a problem.. Here is what I'm trying to do: read thru flat file 'A' that looks something like this:(fields delimited by '::') BCSNDTJN::Joe User::1 N. Main::Anytown::MO::None::None::None::Unknown::[EMAIL PROTECTED] and find any duplicates based o