Download: Catmandu-0.07.tar.gz
Dependencies
Annotate this POD
Catmandu::Fix::prepend - add a prefix to the value of a field
# prepend the value of 'foo'. E.g. foo => 'bar' prepend('foo', 'foo'); # foo => 'foobar'
Catmandu::Fix