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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bobcubsfan

  1. bobcubsfan

    While loop for reading text file

    The file is a simple text file with each line like this: 92158CASan Diego In the statement you wrote while (my $mystuff = <ZC>) { I have not used the syntax "my $mystuff = <ZC>" I will have to do some reading to understand what it is doing. Thanks again for your help.
  2. bobcubsfan

    While loop for reading text file

    Wow! Thanks. It works great now.
  3. bobcubsfan

    While loop for reading text file

    Yes it does contain that because I could not think of another way to exit the loop. However, it does not work.
  4. bobcubsfan

    While loop for reading text file

    I have a file of zip codes. When the form contains a good zip code, my program finds it along with the city and state. If the zip is bad and is not found in the file, my program does not finish. It hangs the sever. I have tried eof as well as some other programming, but nothing seems to work...

Part and Inventory Search

Back
Top