WWW::Search::NCBI::PubMed

Fetch bibliographic entries in NLM's PubMed database
Download

WWW::Search::NCBI::PubMed Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Murat Uenalan
  • Publisher web site:
  • http://search.cpan.org/~muenalan/Class-NiceApi-0.01.02/NiceApi.pm

WWW::Search::NCBI::PubMed Tags


WWW::Search::NCBI::PubMed Description

Fetch bibliographic entries in NLM's PubMed database WWW::Search::NCBI::PubMed is a Perl module that can fetch bibliographic entries in NLM's PubMed database.SYNOPSIS use WWW::Search; my $www_search = new WWW::Search('NCBI::PubMed'); $www_search->maximum_to_retrieve( 10 ); $www_search->native_query( my $query_pubmed = 'estradiol ' ); while ( my $r = $www_search->next_result ) { print "$_ " for ( $r->url, $r->title, $r->description ); }PubMed is the National Library of Medicine's search service that provides access to over 11 million citations in MEDLINE, PreMEDLINE, and other related databases, with links to participating online journals. This module is an interface to access this service via the generic WWW::Search interface. This class exports no public interface; all interaction should be done through WWW::Search objects. Requirements: · Perl


WWW::Search::NCBI::PubMed Related Software