Scroll to navigation

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

NAME

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

SYNOPSIS

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

SEE ALSO

Catmandu::Fix::perlcode, Catmandu::Fix::cmd
2019-01-29 perl v5.28.1