| Catmandu::Fix::retain(3pm) | User Contributed Perl Documentation | Catmandu::Fix::retain(3pm) |
Catmandu::Fix::retain - delete everything except the paths given
# Keep the field _id , name , title
retain(_id , name, title)
# Delete everything except foo.bar
# {bar => { x => 1} , foo => {bar => 1, y => 2}}
# to
# {foo => {bar => 1}}
retain(foo.bar)
Catmandu::Fix
| 2023-03-03 | perl v5.36.0 |