logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WWW::Search::PubMed - Search the NCBI PubMed abstract database.

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

perl v5.30.3                                       2020-09-10                           WWW::Search::PubMed(3pm)

Description

       WWW::Search::PubMed provides a WWW::Search backend for searching the NCBI/PubMed abstracts database.

Name

       WWW::Search::PubMed - Search the NCBI PubMed abstract database.

Requires

        L<WWW::Search|WWW::Search>
        L<XML::DOM|XML::DOM>

See Also

Synopsis

        use WWW::Search;
        my $s = new WWW::Search ('PubMed');
        $s->native_query( 'ACGT' );
        while (my $r = $s->next_result) {
         print $r->title . "\n";
         print $r->description . "\n";
        }

Version

       This document describes WWW::Search::PubMed version 1.004, released 31 October 2007.

See Also