Bib-CrossRef
view release on metacpan or search on metacpan
lib/Bib/CrossRef.pm view on Meta::CPAN
An attempt will be made to resolve almost any text containing citation info
e.g. article title only
$ref->parse_text('Learning-Based Constraint Satisfaction With Sensing Restrictions');
e.g. author and journal
$ref->parse_text('Alessandro Checco, Douglas J. Leith, IEEE Journal of Selected Topics in Signal Processing, 7(5)');
Please bear in mind that crossref provides a great service for free -- don't abuse it by making excessive queries. If making many queries, be
sure to rate limit them to a sensible level or you will likely get blocked.
=head1 METHODS
=head2 new
my $ref = Bib::CrossRef->new();
Creates a new Bib::CrossRef object
=head2 parse_text
( run in 1.161 second using v1.01-cache-2.11-cpan-49f99fa48dc )