Thanks! In just a moment you'll hear a loud "pop." That will be the sound of
my head coming out of my buttocks with great force. :)
--Bill
----- Original Message -----
From: "Ledbetter, Jason" <[EMAIL PROTECTED]>
To: "'Bill Pierson '" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 2:24 PM
Subject: RE: Simple
open(IN,"something.txt");
while($line = <IN>) {
chomp($line);
if ($line eq "something") {
## HOW DO I STOP THE WHILE AND MOVE ON?????
last; ##Here's how. :)
}
}
- Simple Bill Pierson
- RE: Simple Wagner-David
- RE: Simple Ledbetter, Jason
- simple Bill Pierson
- simple Rahul Garg
- Re: simple Nigel G Romeril
- Re: simple Abdulaziz Ghuloum
- Re: simple Brett W. McCoy
- Re: simple Gia Elise Barboza
- simple Rahul Garg
- AW: simple Alessandro Lenzen
