MiamiGenome has asked for the wisdom of the Perl Monks concerning the following question:
and here is the result :use WWW::Scraper::ISBN::Driver; use WWW::Scraper::ISBN::LOC_Driver; $driver = WWW::Scraper::ISBN::LOC_Driver->new(); $driver->search("0764516965"); $driver->verbosity(1); my $book = $driver->book(); print $book('title'); print $driver->error;
Many thanks!Can't use an undefined value as a symbol reference at isbn_lookup2.pl +line 9.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Scraper::ISBN::Driver
by traveler (Parson) on Jul 26, 2006 at 22:53 UTC | |
by MiamiGenome (Sexton) on Jul 26, 2006 at 23:55 UTC | |
|
Re: WWW::Scraper::ISBN::Driver
by ikegami (Patriarch) on Jul 26, 2006 at 22:45 UTC |