Help for this page

Select Code to Download


  1. or download this
    print $book('title');
    
  2. or download this
    print $book->{'title'};
    
  3. or download this
    use WWW::Scraper::ISBN::Driver;
    use WWW::Scraper::ISBN::LOC_Driver;
    ...
    
    my $book = $driver->book;
    print $book->{title};