perl multi-line string match question?

  • Thread starter Thread starter BMW
  • Start date Start date
B

BMW

Guest
I am trying to write a program to fetch some data from the web, for example, i want to get the date from the following multi-line string on a webpage, how do I do that in perl?

Thanks

<dl class="lnDate">
<dt class="datespan">Date:</dt>
<dd>
<strong>Thursday 04/23/09</strong>

</dd>
<dt class="other">Other:</dt>
<dd>
<strong>
 
Back
Top