Help for this page

Select Code to Download


  1. or download this
    use WWW::Scraper::ISBN::Driver;
    use WWW::Scraper::ISBN::LOC_Driver;
    ...
    my $book = $driver->book();
    print $book('title');
    print $driver->error;
    
  2. or download this
    Can't use an undefined value as a symbol reference at isbn_lookup2.pl 
    +line 9.