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

NAME

Catmandu::Fix::pica_remove - remove PICA (sub)fields

SYNOPSIS

    # delete all the 041A subject fields
    pica_remove(041A)

    # remove all $9 subfields from all level 0 fields
    pica_remove('0...$9')

DESCRIPTION

FUNCTIONS

pica_remove(PATH)

Delete all (sub)fields from the PICA record, referenced by a PICA Path expression. Fields are also removed if all subfields have been removed.

SEE ALSO

PICA::Path, Catmandu::Fix::pica_keep