Help for this page
print $book('title');
print $book->{'title'};
use WWW::Scraper::ISBN::Driver; use WWW::Scraper::ISBN::LOC_Driver; ... my $book = $driver->book; print $book->{title};