Help for this page

Select Code to Download


  1. or download this
    $my_template_string = $configuration->{my_template_string};
    $string = some_format_function($my_template_string, {var1=>"Guybrush",
    + var2=>"Purcell"});
    
  2. or download this
    "bar ${var1} foo foo ${var2} bar bar BAAAR!"