Help for this page

Select Code to Download


  1. or download this
    while (<OUTFILE>) {
            s/<br>//gi;
            print FINAL if /(line1)/;
            print FINAL if /(line2)/;
            print FINAL if /(line3)/;
    
  2. or download this
    This is line1<br>
    This is line2<br>
    This is line3<BR>
    
  3. or download this
    $ cat final.txt 
    This is line1
    This is line2
    This is line3