Download: Catmandu-0.2002.tar.gz
Dependencies
Annotate this POD
Catmandu::Fix::copy_field - copy the value of one field to a new field
# Copy the values of foo.bar into bar.foo copy_field('foo.bar','bar.foo');
Catmandu::Fix