| Catmandu::Fix::eval(3pm) | User Contributed Perl Documentation | Catmandu::Fix::eval(3pm) |
Catmandu::Fix::eval - eval and execute fixes defined in a field
# {fixes => 'add_field(foo,bar)'}
eval(fixes)
# {fixes => 'add_field(foo,bar)', foo => 'bar'}
# {fixes => ['add_field(foo,bar)','upcase(foo)'], foo => 'bar'}
eval(fixes)
# {fixes => ['add_field(foo,bar)','upcase(foo)'], foo => 'BAR'}
Catmandu::Fix
| 2023-03-03 | perl v5.36.0 |