<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Sorry to abuse this mailing list!<br>
My problem is solved, I changed the '-access' flag to 'eutils' and it
worked just fine. Apparently the EBI services are temporarily down.<br>
<br>
Greetings,<br>
<br>
Bruno.<br>
<br>
-------- Mensaje original --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Asunto: </th>
      <td>Bio::Biblio doesn't find articles</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Fecha: </th>
      <td>Fri, 01 Aug 2008 00:15:19 -0300</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">De: </th>
      <td>Bruno Vecchi <a class="moz-txt-link-rfc2396E" href="mailto:brunovecchi@yahoo.com.ar">&lt;brunovecchi@yahoo.com.ar&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">A: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:bioperl-l@lists.open-bio.org">bioperl-l@lists.open-bio.org</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>Hi everyone,
I am trying to retrieve bibliographic data using Bio::Biblio, but so far 
I haven't got any luck.

The following code prints zero results whatever the keyword ("atom" in 
this example) you choose. Could anyone please point me to my mistake? 
There are no errors in the output, just no articles found.

# Beginning of script
#/usr/bin/perl -w
use strict;
use Bio::Biblio;

my $bib_obj = Bio::Biblio-&gt;new();

my $biblio_results = $bib_obj-&gt;find("atom");
print $biblio_results-&gt;get_count;
# End of script

Calling the Bio::Biblio constructor method without parameters sets them 
to default values, which are:

access: soap
location: '<a class="moz-txt-link-freetext" href="http://www.ebi.ac.uk/openbqs/services/MedlineSRS">http://www.ebi.ac.uk/openbqs/services/MedlineSRS</a>'

I also tried using the example script at 
<a class="moz-txt-link-freetext" href="http://code.open-bio.org/svnweb/index.cgi/bioperl/view/bioperl-live/trunk/scripts/biblio/biblio.PLS">http://code.open-bio.org/svnweb/index.cgi/bioperl/view/bioperl-live/trunk/scripts/biblio/biblio.PLS</a> 
with the same result. For instance, trying:

biblio.PLS -find Java -find perl

Gave the following output:

Looking for 'Java'...    Found 0
Looking for 'perl'...    Found 0

Maybe the URL of the service is out of date?

Thanks a lot in advance!

Bruno.


</pre>
</body>
</html>