Help for this page

Select Code to Download


  1. or download this
    my_root # top dir of web space
      docroot
    ...
          cnf
          tmpl
          upld
    
  2. or download this
    #!/usr/bin/perl -T
    
    ...
    
    $c->run;
    
  3. or download this
    package SW::Test::TestApp;
    
    ...
    sub start {
      #
    }
    
  4. or download this
    package SW::ProjectClass;
    
    ...
    
    
    1;