Help for this page

Select Code to Download


  1. or download this
    <Location /app>
        SetHandler perl-script
        PerlHandler Sample::Dispatch
    </Location>
    
  2. or download this
    package Sample::Dispatch;
    
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    package Sample::Application;
    
    use strict;
    ...
    }
    
    1;