Help for this page

Select Code to Download


  1. or download this
    app/test.psgi
    app/pod-files/test.pod
    app/static/test.html
    app/html-files/test.html
    
  2. or download this
    builder {
        enable "Static",
    ...
            ;
        $app;
    };
    
  3. or download this
    /app/pod/test.pod        OK
    /app/static/test.html    OK
    
  4. or download this
    builder {
        enable "Static",
    ...
            ;
        $app;
    };
    
  5. or download this
    /app/pod/test.pod        OK
    /app/static/test.html    not found