Help for this page

Select Code to Download


  1. or download this
    my $old_text = new MUCParser;
    $old_text->parse("old_file.html");
    ...
    print "after\n";
    print $old_text->num_of_tags()."\n";
    print $new_text->num_of_tags()."\n";
    
  2. or download this
    before
    602
    after
    397
    397