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
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
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
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
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);