my( $found, $lineno ); while ( ) { if ( /keyID/ ) { $found = $_; $lineno = $.; print "Found $found at line $lineno.\n"; last; } }