while ( $line = ) { # skip section 1 chomp; last if $line eq "END LIST"; } while ( $line = ) { # do stuff with sections two and three }