Help for this page

Select Code to Download


  1. or download this
    PerlModule Foo::FooAuth
    PerlModule Foo::FooFilter
    ...
    
        require valid-user
    </Location>
    
  2. or download this
    package Foo::FooAuth;
    
    ...
    }
    
    1;
    
  3. or download this
    package Foo::FooFilter;
    
    ...
    }
    
    1;