Help for this page

Select Code to Download


  1. or download this
        use HTML::Parser;
    
    ...
            $parser->parse_file($html);
            close $TXT or die "Can't close $txt: $!";
        }
    
  2. or download this
        % ./foo.pl file1.html file2.html ...