Help for this page

Select Code to Download


  1. or download this
    use Apache::Constants qw(:common);
    use Apache::Request;
    ...
      } # else
      return OK;
    } # handler
    
  2. or download this
    RewriteEngine on
    RewriteRule /download/(.+)/(.*) /perl-bin/download.pl?file=$1;$2
    
  3. or download this
    package TransHandler;
    use warnings;
    ...
    
      return DECLINED;
    } # handler