Scroll to navigation

Catmandu::Fix::marc_remove(3pm) User Contributed Perl Documentation Catmandu::Fix::marc_remove(3pm)
 

NAME

Catmandu::Fix::marc_remove - remove marc (sub)fields

SYNOPSIS

    # remove all marc 600 fields
    marc_remove('600')
    # remove the 245-a subfield
    marc_remove('245a')
    # the same with the marc fields in 'record2'
    marc_remove('600', '-record', 'record2')

DESCRIPTION

Read our Wiki pages at <https://github.com/LibreCat/Catmandu/wiki/Fixes> for a complete overview of the Fix language.

SEE ALSO

Catmandu::Fix
2014-11-09 perl v5.20.1