Help for this page

Select Code to Download


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