7 $start = 1 if m
,^<td
>$,;
8 $start = 0 if m
,^</td
>$,;
9 $text .= "$_\n" if $start == 1;
11 chop;chop;$text .= "$_ ";
13 $text =~ s
,.*<P
class=Title
>,,i
;
15 while ($text =~ m
,([^<]*)<([^>]*)>,gi
) {
23 $start = 1 if $tag =~ m/^P class/i;
24 print "$content<${tag}>" if $oldstart == 1;