marcdump
Perl extension for handling MARC records
Install
- All systems
-
curl cmd.cat/marcdump.sh
- Debian
-
apt-get install libmarc-record-perl
- Ubuntu
-
apt-get install libmarc-record-perl
- Kali Linux
-
apt-get install libmarc-record-perl
- Fedora
-
dnf install perl-MARC-Record
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmarc-record-perl
- Raspbian
-
apt-get install libmarc-record-perl
- Dockerfile
- dockerfile.run/marcdump
libmarc-record-perl
Perl extension for handling MARC records
The MARC::* series of modules create a simple object-oriented abstraction of MARC record handling. The files are: MARC::Doc::Tutorial A tutorial explaining how to use MARC::Record. MARC::Record The core class for representing a single MARC record. MARC::Field Another core class for representing a single field in a record. MARC::Batch The basic object for access to a batch of one or more MARC records. MARC::File Base class for the MARC file. MARC::File::USMARC MARC::File::MicroLIF Subclasses of MARC::File specific to the USMARC and MicroLIF formats MARC::Lint Extension to check MARC records for validity.