Perl converts html2txt to Chinese

Source: Internet
Author: User

Perl converts html2txt to Chinese

 Use HTML :: Treebuilder;  Use HTML :: Formattext;  Open Output, "  > Output.txt  "  ;  $ File = "  C:/test.html  " ;  $ Tree = Html: treebuilder-> New-> parse_file ( "  $ File  "  );  $ Formatter = Html: formattext-> New (leftmargin => 3 , Rightmargin => 100  );  Print Output $ Formatter -> Format ($ Tree  );  Close Output;

 

1. If the script is executed, the system prompts can't locate html/formattext. pm IN @ INC (@ INC contains: C:/perl/lib C:/perl/site/lib .)

Solution:

1) install the HTML: formattext module. After the installation is successful, run the script.

2) if the error persists after installation, check whether formattext exists in the C:/perl/site/lib/HTML or C:/perl/lib/html directory. PM file, if not, under the HTML-Format-2.10 \ Lib \ HTML directory. copy the PM file to the C:/perl/site/lib/HTML or C:/perl/lib/html directory and run the script.

 

2. If the Generated Chinese characters contain garbled characters, comment out the following statements in c: \ Perl \ site \ Lib \ HTML \ formattext. PM:

# $ Text = ~ TR/\ xa0 \ XAD // D; # Replace the character values and <of A0 and ad with null.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.