OK, let me start off by making it perfectly clear. I HATE PERL!
That being said, I'm converting a prefectly hedious PHP program that I didn't write to Perl. It reads a flat file and manipulates it a little, builds sql statements, and dumps it into a mySQL database. If it reads a line that says a certain thing, then I know I'm done and want to break out of my while loop. I know how to do this in PHP.
Does anyone know how to do it in Perl. I have opened before me, my lovely Camel Book and it's as clear as mud. I think it's a next statement, but that seems like it would just bounce you down to the bottom of the while loop for another iteration. I want to just quit. I'm done. There are about 20 more lines in the file after that, but if the line has a number followed by the word "Orders" then I'm done. Stop. Quit. Finished. Can you tell I've had a long day? My baby has a basketball game in about an hour, but I'll be back after that.