DOKK / manpages / debian 12 / libcatmandu-marc-perl / Catmandu::Fix::Inline::marc_add.3pm.en
Catmandu::Fix::Inline::marc_add(3pm) User Contributed Perl Documentation Catmandu::Fix::Inline::marc_add(3pm)

Catmandu::Fix::Inline::marc_add- A marc_add-er for Perl scripts (DEPRECATED)

 use Catmandu::Fix::Inline::marc_add qw(:all);
 # Set to a literal value
 my $data  = marc_add($data, '245',  a => 'value');
 # Set to a copy of a deeply nested JSON path
 my $data  = marc_add($data, '245',  a => '$.my.deep.field');

This module is deprecated. Use the inline functionality of Catmandu::Fix::marc_add instead.

Catmandu::Fix::marc_add

2022-09-27 perl v5.34.0