update Fri Jan 22 12:37:00 PST 2010
[pkgsrc.git] / databases / p5-MARC / DESCR
1 MARC (MAchine Readable Cataloging)
2
3 MARC.pm is a Perl 5 module for reading in, manipulating, and outputting
4 bibliographic records in the USMARC format.  It handles conversions
5 from MARC into ASCII (text),  Library of Congress MARCMaker, HTML,
6 and ISBD. Input from MARCMaker format is also supported. Individual
7 records, fields, indicators, and subfields can be created, modified, and
8 deleted. It can extract URLs from the 856 field into HTML.
9
10 MARC.pm can handle both single and batches of MARC records. The limit on
11 the number of records in a batch is determined by the memory capacity of
12 the machine you are running. If memory is an issue for you MARC.pm will
13 allow you to read in records from a batch gradually. MARC.pm also includes
14 a variety of tools for searching, removing, and even creating records from
15 scratch.