toronto75 has asked for the wisdom of the Perl Monks concerning the following question:
Here is the script that I am running:Can't load 'C:/Perl/site/lib/auto/Net/Z3950/ZOOM/ZOOM.dll' for module +Net::Z3950::ZOOM: load_file:The specified procedure could not be foun +d at C:/Perl/site/lib/XSLoader.pm line 64.at C:/Perl/site/lib/Net/Z39 +50/ZOOM.pm line 12 Compilation failed in require at C:/Perl/site/lib/ZOOM.pm line 6.
use ZOOM; $conn = new ZOOM::Connection('z3950.loc.gov', 7090, databaseName => "Voyager", preferredRecordSyntax => "USMARC"); $rs = $conn->search_pqf('@attr 1=7 0253333490'); $rec = $rs->record(0); print $rec->render();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ZOOM Module problem
by Anonymous Monk on Sep 03, 2007 at 06:01 UTC | |
|
Re: ZOOM Module problem
by syphilis (Archbishop) on Sep 03, 2007 at 19:01 UTC | |
by toronto75 (Novice) on Sep 04, 2007 at 07:23 UTC |