Andrew Schamp > WWW-Scraper-ISBN-ISBNnu_Driver > WWW::Scraper::ISBN::ISBNnu_Driver

Download:
WWW-Scraper-ISBN-ISBNnu_Driver-0.18.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  1
View Bugs
Report a bug
Module Version: 0.18   Source  

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.