while (){ chomp; #remove line feed if (/do the match here/) { my $nextLine = ; # do stuff with the next line here. } }