RE: Replacing/deleting text in a text file, part deux

2003-03-28 Thread Scot Robnett
ent: Friday, March 28, 2003 2:23 PM To: 'Scot Robnett'; [EMAIL PROTECTED] Subject: RE: Replacing/deleting text in a text file, part deux Scot Robnett wrote: > Anything I can do to make this an easier question? No > responses...maybe I didn't ask the question the right way or ma

RE: Replacing/deleting text in a text file, part deux

2003-03-28 Thread Bob Showalter
Scot Robnett wrote: > Anything I can do to make this an easier question? No > responses...maybe I didn't ask the question the right way or made it > confusing as to what I am trying to do? Would it help to split it up? > Thanks for any advice... > > ... > foreach $record(sort(@records)) { > chom

RE: Replacing/deleting text in a text file, part deux

2003-03-28 Thread Scot Robnett
EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:26 PM To: [EMAIL PROTECTED] Subject: Replacing/deleting text in a text file, part deux Looking at the code below, can anyone help me figure out how to compare the e-mail addresses in @addresses with the e-mail addresses in @emails and print out to the new

Re: Replacing/deleting text in a text file, part deux

2003-03-27 Thread Wiggins d'Anconia
Scot Robnett wrote: Looking at the code below, can anyone help me figure out how to compare the e-mail addresses in @addresses with the e-mail addresses in @emails and print out to the new file as shown, but minus the matching addresses? Didn't look much at the code, sorrybut here are some pl

Replacing/deleting text in a text file, part deux

2003-03-27 Thread Scot Robnett
Looking at the code below, can anyone help me figure out how to compare the e-mail addresses in @addresses with the e-mail addresses in @emails and print out to the new file as shown, but minus the matching addresses? Scot R. inSite #!/usr/bin/perl -w use CGI; use CGI::Carp qw(fatalsToBrowser);