From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

my %attrs = (
term => 'github'
);
my $importer = Catmandu::Importer::PubMed->new(%attrs);
my $n = $importer->each(sub {
my $hashref = $_[0];
# ...
});

SEE ALSO

Catmandu::Iterable