The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catmandu::Fix::append - add a suffix to the value of a field

SYNOPSIS

   # append to a value. e.g. {name => 'joe'}
   append('name', 'y'); # {name => 'joey'}

SEE ALSO

Catmandu::Fix