Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE html
            PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    ...
    
    </body>
    </html>
    
  2. or download this
    #! C:\perl\bin\perl.exe
    
    ...
    my $webapp = WebApp->new();
    
    $webapp->run();
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    
            1;
    
  4. or download this
    <html>
    <head>
    ...
    [% name %]
    </body>
    </html>