Scroll to navigation

Catmandu::Importer::PubMed(3pm) User Contributed Perl Documentation Catmandu::Importer::PubMed(3pm)

NAME

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

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

Catmandu::Iterable

2023-01-26 perl v5.36.0