logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Fix::template - add a value to the record based on a template

Name

       Catmandu::Fix::template - add a value to the record based on a template

See Also

       Catmandu::Fix, Template

perl v5.36.0                                       2022-09-27                       Catmandu::Fix::template(3pm)

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