in reply to WWW::Scraper::ISBN::Driver
Replace print $book('title'); with print $book->{'title'};
I see it's in the module's synopsis, but $book('title') is definitely wrong. If you scroll down to book, you'll see $book->{'title'} used.