| Catmandu::Importer::BibTeX(3pm) | User Contributed Perl Documentation | Catmandu::Importer::BibTeX(3pm) |
Catmandu::Importer::BibTeX - a BibTeX importer
use Catmandu::Importer::BibTeX;
my $importer = Catmandu::Importer::BibTeX->new(file => "/foo/bar.bib");
my $n = $importer->each(sub {
my $hashref = $_[0];
# ...
});
Citekey and reference type are imported as field "_citekey" and "_type", respectively.
All methods of Catmandu::Importer and by this Catmandu::Iterable are inherited.
Catmandu::Exporter::BibTeX, BibTeX::Parser
| 2023-02-02 | perl v5.36.0 |