Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $webapp = App::Test->new(tmpl_path => 'templates/'); 
    
    $webapp->run();
    
  2. or download this
    package App::Test; 
    
    ...
    
    1;
    
  3. or download this
    <!DOCTYPE html>
    <html>
    ...
    </body>
    </html>