here is my code:
open OUTFILE, "<$outfile"; open FINAL, ">$final"; while (<OUTFILE>) { print FINAL if /(line1)/; print FINAL if /(line2)/; print FINAL if /(line3)/; }
here is my output
line1<br> line2<br> line3<br>
my questions is my final.txt has <br> at the end of each line as shown abouve.
how can I remove that?
Please Advise Thanks in advance!In reply to removing <br> from my output by yskmonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |