Help for this page

Select Code to Download


  1. or download this
          ...
          my $html = $template->expand(\%bindings);
          return $html;
      }
    
  2. or download this
          return $template->expand(\%bindings);
      }
    
  3. or download this
          $template->expand(\%bindings);
      }