- or download this
#!/usr/bin/perl
package MyParser;
...
my $parser = MyParser->new;
$parser->parse("$html");
print "$main_content\n";
- or download this
Here's the body 1
para1
para2
- or download this
<bold_text> Here's the body 1 </bold_text>
<p> para1 </p>
<p> para2 </p>