Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $output = $t->output;
    
    say $output;
    
  2. or download this
    <html>
      <head>
    ...
        <p><TMPL_VAR message></p>
      </body>
    </html>
    
  3. or download this
    <html>
      <head>
    ...
        <p>Hello World</p>
      </body>
    </html>
    
  4. or download this
    #!/usr/bin/perl
    
    ...
    my $output = $t->output;
    
    say $output;
    
  5. or download this
    <html>
      <head>
    ...
        </ul>
      </body>
    </html>
    
  6. or download this
    <html>
      <head>
    ...
        </ul>
      </body>
    </html>