i'm new to pearl and need to multiple line replace
<tr>
<td class="tablepaddingsub">
<a class="leftbar" href=" Fair</a>
</td>
</tr>
with
<tr>
<td class="table">
<a class="left" href=" Fair 2</a>
</td>
</tr>
thats how its laid out in several documents and all the ways of doing it i've seen are very confusing.
Any help would be appreciated.
<tr>
<td class="tablepaddingsub">
<a class="leftbar" href=" Fair</a>
</td>
</tr>
with
<tr>
<td class="table">
<a class="left" href=" Fair 2</a>
</td>
</tr>
thats how its laid out in several documents and all the ways of doing it i've seen are very confusing.
Any help would be appreciated.