Help for this page

Select Code to Download


  1. or download this
    sub index {
        my $self = shift;
        my $template = $self->load_tmpl('index.html');
        return $template->output;
    }
    
  2. or download this
    $VAR1 = '<html>
    <head>
    ...
    </body>
    </html>
    ';