Help for this page
$fld =~ s/\$(\w+)/$var{$1}/g;
%var = (%params, foo => 'this is a new or changed field', bar => 'and + another', greet => 'Hello');