The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:MARC"

MARC - Perl extension to manipulate MAchine Readable Cataloging records. River stage zero No dependents

MARC.pm is a Perl 5 module for reading in, manipulating, and outputting bibliographic records in the *USMARC* format. You will need to have Perl 5.004 or greater for MARC.pm to work properly. Since it is a Perl module you use MARC.pm from one of your...

BBIRTH/MARC-1.07 - 24 Apr 2000 03:34:57 UTC

Tk::MARC - Perl/Tk widget set for editing MARC::Records River stage zero No dependents

A collection of Perl/Tk widgets for editing MARC::Record objects. A little short on POD right now... See the examples in the pl/ directory (especially the sample app 'marvin.pl', rough though it is)....

DCHRIS/Tk-MARC-1.5 - 23 Jan 2004 03:42:21 UTC

MARC::Lint - Perl extension for checking validity of MARC records River stage one • 2 direct dependents • 3 total dependents

Module for checking validity of MARC records. 99% of the users will want to do something like is shown in the synopsis. The other intrepid 1% will overload the "MARC::Lint" module's methods and provide their own special field-level checking. What thi...

EIJABB/MARC-Lint_1.53 - 06 Sep 2020 06:17:14 UTC

MARC::File - Base class for files of MARC records River stage two • 27 direct dependents • 36 total dependents

GMCHARLT/MARC-Record-2.0.7 - 24 May 2017 00:44:00 UTC

MARC::Fast - Very fast implementation of MARC database reader River stage zero No dependents

This is very fast alternative to "MARC" and "MARC::Record" modules. It's is also very subtable for random access to MARC records (as opposed to sequential one)....

DPAVLIN/MARC-Fast-0.12 - 23 Aug 2013 12:31:50 UTC

MARC::Spec - A MARCspec parser and builder River stage one • 1 direct dependent • 2 total dependents

MARC::Spec is a MARCspec - A common MARC record path language <http://marcspec.github.io/MARCspec/> parser and builder....

KLEE/MARC-Spec-2.0.3 - 16 Dec 2017 08:29:33 UTC

MARC::Loop - process a batch of MARC21 records River stage one • 3 direct dependents • 3 total dependents

MARC::Loop is an alternative to MARC::File and MARC::Record that eschews an object-oriented approach in favor of a bare-bones procedural one....

NKUITSE/MARC-Loop-0.01 - 10 May 2010 13:39:18 UTC

MARC::Moose - Moose based MARC records set of tools River stage one • 2 direct dependents • 2 total dependents

FREDERICD/marc-moose-1.0.48 - 11 Mar 2024 17:16:13 UTC

MARC::Batch - Perl module for handling files of MARC::Record objects River stage two • 27 direct dependents • 36 total dependents

GMCHARLT/MARC-Record-2.0.7 - 24 May 2017 00:44:00 UTC

MARC::Field - Perl extension for handling MARC fields River stage two • 27 direct dependents • 36 total dependents

Defines MARC fields for use in the MARC::Record module. I suppose you could use them on their own, but that wouldn't be very interesting....

GMCHARLT/MARC-Record-2.0.7 - 24 May 2017 00:44:00 UTC

MARC::Record - Perl extension for handling MARC records River stage two • 27 direct dependents • 36 total dependents

Module for handling MARC records as objects. The file-handling stuff is in MARC::File::*....

GMCHARLT/MARC-Record-2.0.7 - 24 May 2017 00:44:00 UTC

MARC::BBMARC River stage one • 1 direct dependent • 1 total dependent

Collection of methods and subroutines, add-ons to MARC::Record, MARC::File, MARC::Field. Subroutines include: "as_formatted2()", add-on to MARC::Field, which pretty-prints fields, separating subfields by tabs, rather than line breaks. "recas_formatte...

EIJABB/MARC-Errorchecks-1.18 - 02 Sep 2013 19:54:40 UTC

MARC::Loader - Perl module for creating MARC record from a hash River stage zero No dependents

This is a Perl module for creating MARC records from a hash variable. MARC::Loader use MARC::Record. Hash keys naming convention. The names of hash keys are very important. They must begin with letter f followed by the 3-digit field name ( e.g. f099)...

REIVEUNE/MARC-Loader-0.004001 - 26 Aug 2011 10:16:52 UTC

MARC::Leader - MARC leader class. River stage zero No dependents

SKIM/MARC-Leader-0.04 - 20 Nov 2023 15:15:08 UTC

MARC::Schema - Specification of the MARC21 format River stage one • 1 direct dependent • 2 total dependents

MARC::Schema defines a set of MARC21 fields and subfields to validate Catmandu::MARC records. A schema is given as hash reference such as: { fields => { LDR => { positions => [ { position => '00-04', label => 'Record length' } ], repeatable => 0, }, ...

JOROL/MARC-Schema-0.14 - 11 Mar 2023 14:44:24 UTC

MARC::Detrans - De-transliterate text and MARC records River stage zero No dependents

MARC::Detrans is an eclectic addition to the already eclectic MARC::Record distribution for de-transliterating MARC::Records. What is detransliteration you ask? Well it's the opposite of transliteration, which according to the Merriam-Webster: to rep...

ESUMMERS/MARC-Detrans-1.41 - 16 Nov 2009 12:55:54 UTC

MARC::Indexer - index MARC records River stage zero No dependents

NKUITSE/MARC-Indexer-0.04 - 25 Jul 2017 13:20:35 UTC

MARC::Charset - convert MARC-8 encoded strings to UTF-8 River stage one • 2 direct dependents • 9 total dependents

MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 strings. MARC-8 is a single byte character encoding that predates unicode, and allows you to put non-Roman scripts in MARC bibliographic records. http://www.loc.gov/marc/specification...

GMCHARLT/MARC-Charset-1.35 - 14 Aug 2013 02:57:52 UTC

Catmandu::MARC - Catmandu modules for working with MARC data River stage one • 1 direct dependent • 1 total dependent

With Catmandu, LibreCat tools abstract digital library and research services as data warehouse processes. As stores we reuse MongoDB or ElasticSearch providing us with developer friendly APIs. Catmandu works with international library standards such ...

HOCHSTEN/Catmandu-MARC-1.32 - 31 Jan 2024 18:27:00 UTC

MARC::Transform - Perl module to transform a MARC record using a YAML configuration file River stage zero No dependents

This is a Perl module to transform a MARC record using a YAML configuration file. It allows you to create , update , delete , duplicate fields and subfields of a record. You can also use scripts and lookup tables. You can specify conditions to execut...

REIVEUNE/MARC-Transform-0.003009 - 12 Oct 2020 11:37:26 UTC
167 results (0.025 seconds)