Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Perl & LWP

by DigitalKitty (Parson)
on Jul 31, 2002 at 22:22 UTC ( [id://186625]=bookreview: print w/replies, xml ) Need Help??

Item Description: Using LWP to perform a variety of web related tasks.

Review Synopsis:

The LWP module is quite possibly one of the most popular modules. Most perl programmers have used it to perform everything from fetching the 'headlines' from news related web site to writing a 'link checker' or one-line browser.

O'Reilly's new book Perl & LWP is a thin but extremely useful guide for the beginning to intermediate perl programmer who has an interest in mining the web for specific information. At only 196 pages ( approx. ), the information it contains is quite powerful:

  • 1. Introduction to Web Automation
    • The Web as Data Source
    • History of LWP
    • Installing LWP
    • Words of Caution
    • LWP in Action
  • 2. Web Basics
    • URLs
    • An HTTP Transaction
    • LWP::Simple
    • Fetching Documents Without LWP::Simple
    • Example: AltaVista
    • HTTP POST
    • Example: Babelfish
  • 3. The LWP Class Model
    • The Basic Classes
    • Programming with LWP Classes
    • Inside the do_GET and do_POST Functions
    • User Agents
    • HTTP::Response Objects
    • LWP Classes: Behind the Scenes
    • 4. URLs
    • Parsing URLs
    • Relative URLs
    • Converting Absolute URLs to Relative
    • Converting Relative URLs to Absolute
  • 5. Forms
    • Elements of an HTML Form
    • LWP and GET Requests
    • Automating Form Analysis
    • Idiosyncrasies of HTML Forms
    • POST Example: License Plates
    • POST Example: ABEBooks.com
    • File Uploads
    • Limits on Forms
  • 6. Simple HTML Processing with Regular Expressions
    • Automating Data Extraction
    • Regular Expression Techniques
    • Troubleshooting
    • When Regular Expressions Aren't Enough
    • Example: Extracting Links from a Bookmark File
    • Example: Extracting Links from Arbitrary HTML
    • Example: Extracting Temperatures from Weather Underground
  • 7. HTML Processing with Tokens
    • HTML as Tokens
    • Basic HTML::TokeParser
    • Use Individual Tokens
    • Token Sequences
    • More HTML::TokeParser Methods
    • Using Extracted Text
  • 8. Tokenizing Walkthrough
    • The Problem
    • Getting the Data
    • Inspecting the HTML
    • First Code
    • Narrowing In
    • Rewrite for Features
    • Alternatives
  • 9. HTML Processing with Trees
    • Introduction to Trees
    • HTML::TreeBuilder
    • Processing
    • Example: BBC News
    • Example: Fresh Air
  • 10. Modifying HTML with Trees
    • Changing Attributes
    • Deleting Images
    • Detaching and Reattaching
    • Attaching in Another Tree
    • Creating New Elements
  • 11. Cookies, Authentication, and Advanced Requests
    • Cookies
    • Adding Extra Request Header Lines
    • Authentication
    • An HTTP Authentication Example: The Unicode Mailing Archive
  • 12. Spiders
    • Types of Web-Querying Programs
    • A User Agent for Robots
    • Example: A Link-Checking Spider
    • Ideas for Further Expansion
  • Appendices
    • A. LWP Modules
    • B. HTTP Status Codes
    • C. Common MIME Types
    • D. Language Tags
    • E. Common Content Encodings
    • F. ASCII Table
    • G. User's View of Object-Oriented Modules
  • Index

I would like to have seen a greater focus on examples, some screen shots, and more module usage but this is still a very good book. As far as audience requirements are concerned, the reader should know ( at least ) basic perl concepts but to fully use the book, sub-routines ( regular and anonymous ), references, and a good knowledge of regexes is critical. A fundamental understanding of objects is also important ( although not required ).

Although this is a small book, what you will gain by reading it isn't.

-Katie.

Edited: ~Thu Aug 1 13:51:24 2002 (GMT) by footpad: Added HTML formatting tags

Replies are listed 'Best First'.
Re: Perl & LWP
by dorko (Prior) on Aug 01, 2002 at 18:38 UTC
    Gentle readers also might want to check out Web Client Programming with Perl. It's out of print, but O'Reilly has made it available for free in its entirety via the O'Reilly Open Books Project. Although it was published in 1997 and is surely somewhat out of date, it should serve as a good first pass for people interested in LWP.

    Specifically, chapters 5 and 6 deal with the LWP module.

    My biggest "complaint" is that you can't use the page numbers listed in the index to look things up because the page numbers were striped in the conversion to HTML for the web. Having said that, the price is right!

    Cheers!

    Brent

    -- Yeah, I'm a Delt.

Re: Perl & LWP
by mirod (Canon) on Aug 14, 2002 at 10:33 UTC
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: bookreview [id://186625]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found