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

Catmandu::Fix::code - run arbitrary code as fix

    my $fix = Catmandu::Fix::code->new( sub {
        my ($data) = @_;
        # ...do something
        return $data;
    });

Catmandu::Fix::perlcode, Catmandu::Fix::cmd

2023-03-03 perl v5.36.0