Help for this page

Select Code to Download


  1. or download this
    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.
    
  2. or download this
    use ZOOM;
    $conn = new ZOOM::Connection('z3950.loc.gov', 7090,
    ...
    
    $rec = $rs->record(0);
    print $rec->render();