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