The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catmandu::Fix::prepend - add a prefix to the value of a field

SYNOPSIS

   # prepend the value of 'foo'. E.g. foo => 'bar'
   prepend('foo', 'foo'); # foo => 'foobar'

SEE ALSO

Catmandu::Fix