Help for this page

Select Code to Download


  1. or download this
    sub convert {
        my ($template_name) = @_;
    ...
           print $fh $template;
        }
    }
    
  2. or download this
    sub replace {
        my ($template_name, $params) = @_;
    ...
    );
    
    replace($template_name, \%params);