Provided by: libcatmandu-template-perl_0.12-1_all
NAME
Catmandu::Fix::template - add a value to the record based on a template
SYNOPSIS
# Your record contains: # # name: John # age: 44 template(message,"Mr [%name%] is [%age%] years old") # Result: # # name: John # age: 44 # message: Mr John is 44 years old
SEE ALSO
Catmandu::Fix, Template