--- trunk/feeds/sciencedirect2.pl 2003/07/05 23:07:47 76 +++ trunk/feeds/sciencedirect2.pl 2003/07/05 23:38:08 77 @@ -111,8 +111,8 @@ } $j_detailed++; } else { - print $link->attr('href')."\n"; - print $link->as_text."\n"; + print "0: ",$link->as_text."\n"; + print "7: http://www.sciencedirect.com",$link->attr('href')."\n"; $j_basic++; print STDERR "can't find details for $j\n" if ($debug); }