Help for this page

Select Code to Download


  1. or download this
    open OUTFILE, "<$outfile";
    open FINAL, ">$final";
    ...
        print FINAL if /(line2)/;
        print FINAL if /(line3)/;
    }
    
  2. or download this
    line1<br>
    line2<br>
    line3<br>