Grep and Extract Data in Perl
Posted
by syker
on Stack Overflow
See other posts from Stack Overflow
or by syker
Published on 2010-05-21T23:19:01Z
Indexed on
2010/05/21
23:20 UTC
Read the original article
Hit count: 157
I have HTML content stored in a variable. How do I extract data that is found between a set of common tags in the page? For example, I am interested in the data (represented by DATA kept between a set of tags which one line after the other:
...
<td class="jumlah">*DATA*</td>
<td class="ud"><a href="">*DATA*</a></td>
...
© Stack Overflow or respective owner