[Fwd: TransHandler causes "Undefined subroutine &#::handler called."]

2001-02-21 Thread Russell Lundberg
> Thanks for helping. Here is the line from httpd.conf: > > PerlTransHandler Apache::Download > > One version of the handler did as you say. I have tried several different > approaches to make this work. I should point out that each of the versions > worked fine on my Win98 laptop running Rand

[Fwd: TransHandler causes "Undefined subroutine &#::handler called."]

2001-02-21 Thread Russell Lundberg
> Thanks for your comments. I renamed the file/package with the same > result. I will need to figure out the OS patches and maybe upgrade to > current sources before trying again. > > Russell > > "G.W. Haywood" wrote: > > > > > Hi there, > > > > On Tue, 20 Feb 2001, Russell Lundberg wrote: > > > >

Re: TransHandler causes "Undefined subroutine &#::handler called."

2001-02-21 Thread Ask Bjoern Hansen
On Tue, 20 Feb 2001, Russell Lundberg wrote: > 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; >

Re: TransHandler causes "Undefined subroutine &#::handler called."

2001-02-21 Thread G.W. Haywood
Hi there, On Tue, 20 Feb 2001, Russell Lundberg wrote: > Apache 1.3.12 (EVERYTHING=1), mod_perl 1.24, Perl 5.005_2, Solaris 5.7. > package Apache::Download; use Apache; sub handler { return DECLINED; } 1; > [error] null: Undefined subroutine &#::handler called. What's the file's name, where is

TransHandler causes "Undefined subroutine &#::handler called."

2001-02-20 Thread Russell Lundberg
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