The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Scraper::ISBN::ISBNnu_Driver - Driver for WWW::Scraper::ISBN that searches http://www.isbn.nu/.

SYNOPSIS

See parent class documentation (WWW::Scraper::ISBN::Driver)

REQUIRES

Requires the following modules be installed:

WWW::Scraper::ISBN::Driver
HTTP::Request::Common
LWP::UserAgent

DESCRIPTION

Searches for book information from http://www.isbn.nu/.

METHODS

clean_authors()

Cleans junk from authors field.

trim()

Trims excess whitespace.

search()

Grabs page from http://www.isbn.nu/'s handy interface and attempts to extract the desired information. If a valid result is returned the following fields are returned:

   isbn
   author
   title
   edition

EXPORT

None by default.

SEE ALSO

WWW::Scraper::ISBN
WWW::Scraper::ISBN::Record
WWW::Scraper::ISBN::Driver

No mailing list or website currently available. Primary development done through CSX ( http://csx.calvin.edu/ )

AUTHOR

Andy Schamp, <andy@schamp.net>

COPYRIGHT AND LICENSE

Copyright 2004 by Andy Schamp

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 138:

You forgot a '=back' before '=head2'

Around line 156:

=back without =over