Book Searching with Perl Under The Hood 20 of 29 : [PREV] [NEXT]

Set The Scene

# Library Modules

use WWW::Scraper::ISBN::Driver;
use WWW::Mechanize;
use Template::Extract;

# Inheritence

@ISA = qw(WWW::Scraper::ISBN::Driver);
  • The ISBN Driver acts as the main class
  • WWW::Mechanize to grab web pages
  • Template::Extract to grab specific text strings

© 2004 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/