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

Search results for "MARC::Record"

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 - Search in distribution

Tk::MARC::Record - megawidget for editing MARC::Record objects. River stage zero No dependents

This is a megawidget that allows editing of a MARC::Record object. The widget does not change the MARC::Record, it creates a new MARC::Record when the get() routine is invoked. The widget is basically a collection of Tk::MARC::Field widgets, which ha...

DCHRIS/Tk-MARC-1.5 - 23 Jan 2004 03:42:21 UTC - Search in distribution
  • Tk::MARC::Leader - megawidget for editing MARC::Record leader.
  • Tk::MARC - Perl/Tk widget set for editing MARC::Records

MARC::Record::MiJ - Convert MARC::Record to/from marc-in-json structure River stage zero No dependents

Reads and writes MARC-in-JSON structures and strings as supported by pymarc/ruby-marc/marc4j and described at http://dilettantes.code4lib.org/blog/2010/09/a-proposal-to-serialize-mar c-in-json/ Don't confuse with another (incompatible) JSON encoding ...

GMCHARLT/MARC-File-MiJ-0.04 - 23 Jul 2013 17:29:57 UTC - Search in distribution

MARC::Record::Stats - scans one or many MARC::Record and gives a statistics on the tags and subtags River stage zero No dependents

CRUSOE/MARC-Record-Stats-v0.0.4 - 02 Sep 2011 10:14:05 UTC - Search in distribution

MARC::Moose::Record - MARC::Moose bibliographic record River stage one • 2 direct dependents • 2 total dependents

MARC::Moose::Record is an object, Moose based object, representing a MARC::Moose bibliographic record. It can be a MARC21, UNIMARC, or whatever biblio record....

FREDERICD/marc-moose-1.0.49 - 07 Apr 2024 12:19:38 UTC - Search in distribution

MARC::Record::Generic - Convert between MARC::Record objects and native Perl primitives. River stage one • 1 direct dependent • 1 total dependent

This module provides routines for converting between MARC::Record objects and Perl native data in the format of: my $marcdata = { leader => '01109cam a2200349 a 4500', fields => [ '001', ' 89009461 //r92', '005', '19991006093052.0', '008', '991006s19...

CFOUTS/MARC-Record-Generic-0.001 - 21 Jun 2012 21:27:08 UTC - Search in distribution

App::MARC::Record::Stats - Base class for marc-record-stats script. River stage zero No dependents

SKIM/App-MARC-Record-Stats-0.01 - 21 Feb 2024 11:20:06 UTC - Search in distribution

Catmandu::Importer::MARC::Record - Package that imports an array of MARC::Record River stage one • 1 direct dependent • 1 total dependent

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

WorldCat::MARC::Record::Monkeypatch - Monkeypatch MARC::Record to add useful methods River stage zero No dependents

LOLOBOROS/WorldCat-API-1.002 - 08 Mar 2018 17:27:56 UTC - Search in distribution

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

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

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 - Search in distribution

marclint - MARC record linting utility River stage one • 2 direct dependents • 3 total dependents

EIJABB/MARC-Lint_1.53 - 06 Sep 2020 06:17:14 UTC - Search in distribution
  • MARC::Lint - Perl extension for checking validity of MARC records

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 - Search in distribution

marc2dc - convert a MARC record to Dublin Core River stage zero No dependents

This script takes a MARC record as input and converts it to an ad-hoc text format created from the conversion of the record into Dublin Core....

BRICAS/MARC-Crosswalk-DublinCore-0.02 - 31 Mar 2005 00:07:27 UTC - Search in distribution

MARC::File::JSON - Convert between MARC::Record objects and JSON formatted data. River stage zero No dependents

This module provides routines for converting between MARC::Record objects and serialized JSON data formatted as: { "leader":"01109cam a2200349 a 4500", "fields":[ "001", " 89009461 //r92", "005", "19991006093052.0", "010", { "subfields":[ "a", "89009...

CFOUTS/MARC-File-JSON-0.005 - 10 Sep 2019 19:45:56 UTC - Search in distribution

Tk::MARC::Editor - a free-form editor for MARC::Record objects River stage zero No dependents

Module for editing MARC records as text. It is derived from Tk::Text; the Contents method is overriden to handle MARC::Record objects. Right-clicking on the editor will bring up a menu which lets you add fields/subfields (and tells you what they are)...

DCHRIS/Tk-MARC-Editor-1.0 - 24 Feb 2006 21:05:13 UTC - Search in distribution

PICA::Data - PICA record processing River stage one • 1 direct dependent • 1 total dependent

PICA::Data provides methods, classes, functions, and a command line application to process PICA+ records <http://format.gbv.de/pica>. PICA+ is the internal data format of the Local Library System (LBS) and the Central Library System (CBS) of OCLC, fo...

VOJ/PICA-Data-2.12 - 28 Aug 2023 08:02:52 UTC - Search in distribution
  • PICA::Schema - Validate PICA based formats with Avram Schemas

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 - Search in distribution

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 - Search in distribution

EV - perl interface to libev, a high performance full-featured event loop River stage two • 70 direct dependents • 86 total dependents

This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the documentation below is comprehensive, one might also consult the documentation of libev itself (<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>...

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution
  • libev - a high performance full-featured event loop written in C
91 results (0.109 seconds)