Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. linkexchange

    Need help on writing loop.

    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!")...
  2. linkexchange

    Need help on writing loop.

    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
  3. linkexchange

    Need help on writing loop.

    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...
  4. linkexchange

    Need help on writing loop.

    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...

Part and Inventory Search

Back
Top