Help for this page

Select Code to Download


  1. or download this
      <html>
        <head><title>[% title %]</title></head>
        <body>[% INCLUDE "$site/$body" %]</body>
      </html>
    
  2. or download this
      my $template = Template->new(
        {
    ...
          OUTPUT       => \$self->{_output}
        }
      );