Help for this page

Select Code to Download


  1. or download this
    $_ = $input;
    template::generate(state $compiled //= eval(template::translate()) || 
    +die $@);
    $output = $_;
    
  2. or download this
    template::use($input, $output);