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

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