Perl书籍介绍之Perl and LWP
2014-07-12 11:12:53 阿炯

本站赞助商链接,请多关照。 LWP (short for "Library for World Wide Web in Perl") is a set of Perl modules and object-oriented classes for getting data from the Web and for extracting information from HTML. This chapter provides essential background on the LWP suite. It describes the nature and history of LWP, which platforms it runs on, and how to download and install it. LWP programs that illustrate common tasks, such as fetching web pages, extracting information using regular expressions, and submitting forms.


LWP(简称“在Perl下的万维网库”)是一组从网络和面向对象的类的数据和从HTML中提取信息的Perl模块。提供了必要的组件。它描述了自然和历史的LWP,它运行的平台,如何下载并安装它。常见的任务,如抓取网页,使用正则表达式提取信息,并提交表单。

作者:Sean M. Burke
支持的格式:HTML PDF
页码:343

本书是专门介绍该模块,也足见该模块有很好的应用前景和技术积累。

在线版本:
http://lwp.interglacial.com/

Pdf版本:
perl.lwp.library.oreilly

Html版本:
lwpbook.html.2007