Help for this page
open OUTFILE, "<$outfile"; open FINAL, ">$final"; ... print FINAL if /(my first line)/; print FINAL if /(my second line)/; print FINAL if /(my third line)/;
line1<br> line2<br> line3<br>
line 1 line 2 line 3