I'm having problems with the PerlTransHandler handler. Every request
generates the following error:


 [error]  null: Undefined subroutine &#::handler called.


Here is the TransHandler:

    package Apache::Download;
    use Apache;
    sub handler {
        return DECLINED;
    }

    1;


I run Apache 1.3.12 (compiled with EVERYTHING=1), mod_perl 1.24, Perl
5.005_2 and Solaris 5.7.

Originally I wanted to use TransHandler to generate a file from thin
air. User click a link to a file which does not exist, but the
TransHandler would create it and send it to the client.

Thanks for any suggestions.
--
Russell Lundberg
Director of Operations, Asia Pacific
Signalsoft Corporation
Mobile +66 1 807 8159
Fax: +1 720 221 6658
http://www.signalsoftcorp.com/


Reply via email to