while ( my $line = ) { last if $line =~ m/<\/head>/; if ( $line =~ m/(.*)<\/title>/ ) { $title_of_play = $1; } print "$line\n"; }