<<
marc2bibtex - Convert from UNIMARC to RIS
my ($ris) = marc2ris($record);
Returns a RIS scalar
$record
- a MARC::Record object
<<