logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Catmandu::Importer::PubMed - Package that imports PubMed data.

Name

         Catmandu::Importer::PubMed - Package that imports PubMed data.

See Also

       Catmandu::Iterable

perl v5.36.0                                       2023-02-04                    Catmandu::Importer::PubMed(3pm)

Synopsis

         use Catmandu::Importer::PubMed;

         my %attrs = (
           term => 'github'
         );

         my $importer = Catmandu::Importer::PubMed->new(%attrs);

         my $n = $importer->each(sub {
           my $hashref = $_[0];
           # ...
         });

See Also