Help for this page

Select Code to Download


  1. or download this
    package My::Filter;
    use strict;
    ...
        return Apache2::Const::REDIRECT;
    }
    1;
    
  2. or download this
    <Directory "/path/to/test/account/">
    PerlOutputFilterHandler My::Filter
    </Directory>