dinger2121
Programmer
Hello,
I am trying to parse this bit of html -
<span class="hpPageText" >LEGAL</span></td>
<td headers="col2_1" style="width:13%; text-align:right" >
<span class="hpPageText" >151</span></td>
using this line -
m!\<span class="hpPageText" >$field\</span>\</td>(\S*)\<td headers="col2_1" style="width:13%; text-align:right" >(\S*)\<span class="hpPageText" >(.+?)</span>/</td>!is)
The script is not currently finding anything. can anyone see where I might be off?
Thanks
I am trying to parse this bit of html -
<span class="hpPageText" >LEGAL</span></td>
<td headers="col2_1" style="width:13%; text-align:right" >
<span class="hpPageText" >151</span></td>
using this line -
m!\<span class="hpPageText" >$field\</span>\</td>(\S*)\<td headers="col2_1" style="width:13%; text-align:right" >(\S*)\<span class="hpPageText" >(.+?)</span>/</td>!is)
The script is not currently finding anything. can anyone see where I might be off?
Thanks