while ( ) { last if /^TITLE (.*)$/; } $title = $1; while ( ) { last if not /^TITLE (\d*) (.*)/; $title .= ' ' . $2; }