Hi! I've got it working now. It does what I need it to do. here is the solution I got:
#!/usr/bin/perl
my $path="C:/1millrealtors/";
my $outfile="fileout.txt";
##########################################################
# open output file
open(OUT,">$path$outfile") || die ("Can't open file!")...
Zip Code County Phone Website Email
...
When the file is done writing, it will contain each row from the large list with 9 columns that has an email column with a matching email address. Do you understand?
Thanks,
Scot King
http://www.link-directory-software.com
Get your page rank high
Hello,
I appreciate the response, but your code doesn't even do what my above code is trying to do. We need to compare the value stored in $fields[8]} with each email in the list of emails. It needs a double loop, like I was trying to do. Inner outer loop. The outer loop being the list of...
Hi! I'm not a professional programmer in perl, but I can write a little bit! I'd like to get this loop working right.
I have 2 files, one is just a sorted list of email addresses. The other contains another list with 9 columns and column 9 has the email address in it. I ran every email in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.