Help for this page

Select Code to Download


  1. or download this
    while (<OUTFILE>) {
        print FINAL $_     if /(my first line)/;
        print FINAL "$_\n" if /(my second line)/;
        print FINAL $_     if /(my third line)/;
    }
    
  2. or download this
    s/<br>$//;