Re: [mp2] Subroutine calls in handlers

2003-03-13 Thread beau
On 13 Mar 2003 at 5:16, [EMAIL PROTECTED] wrote: > Hi - > > I'm a rookie; I'm developing a handler under > mod_perl 1.99-09-dev (cvs) and Apache 2.0.44. > > The handler works w/o subs; but when I split > it up with 'local' subroutines, as: > > [...] *STUPID*STUPID*STUPID*STUPID*STUPID*STUPID*

[mp2] Subroutine calls in handlers

2003-03-13 Thread beau
Hi - I'm a rookie; I'm developing a handler under mod_perl 1.99-09-dev (cvs) and Apache 2.0.44. The handler works w/o subs; but when I split it up with 'local' subroutines, as: # file:MyApache/Redirect.pm # --- package MyApache::Redirect; use strict; use warnings; use Apa