- or download this
<td><div class="banner"><span id="fulldescription" class="text11g"><b>
+Description:</b></span></div>
</td>
</tr>
...
</div>
</td>
- or download this
if ($token->[0] eq 'S' and $token->[1] eq 'div' and
($token->[2]{'class'} || '') eq 'text12') {
print $stream->get_trimmed_text('/div');
}
- or download this
while(my $token = $stream->get_token) {
...
}