
QuestOFions
Deleted
May 15, 2000, 3:36 PM
Post #1 of 2
(262 views)
|
|
PLEASE HELP!!! - Problem Translating
|
Can't Post
|
|
I have a document with many <br> and I wanted to get rid of them so I used this: $r = -1; for ($e=0; $e <= $aa; $e++) { $r++; $catagorylines[$i+$r] =~ tr/<br>/ /; print "$catagorylines[$i+$r]"; } The only problem is that it got rid of all <, b, r, and >. What do I need to add to specify <br>?
|