$my_template_string = $configuration->{my_template_string}; $string = some_format_function($my_template_string, {var1=>"Guybrush", var2=>"Purcell"}); #### "bar ${var1} foo foo ${var2} bar bar BAAAR!"