--- trunk2/all2all.pl 2004/06/16 16:50:30 362 +++ trunk2/all2all.pl 2004/06/16 20:05:19 363 @@ -16,11 +16,11 @@ my $webpac = new WebPAC( code_page => 'ISO-8859-2', limit_mfn => 500, + debug => 1, ) || die; $|=1; -print "reading database\n"; my $maxmfn = $webpac->open_isis( filename => shift @ARGV || '/data/hidra/THS/THS', lookup => [ @@ -34,6 +34,8 @@ print "rows: $maxmfn\n\n"; +$webpac->open_import_xml(type => 'isis_hidra_ths'); + while (my $rec = $webpac->fetch_rec) { print "-- ",$webpac->parse($rec,'v250^a / [v562^4] v562^a'),"\n";