mod_so and apache build

2007-07-05 Thread mweiler
I'm trying to build mod_perl (1.30) into httpd (1.3.37) on Mac OS 10.3. However, the default make process does not build httpd with mod_so. The httpd (1.3.30) that came with the original installation does. So its a bit surprising that the build scripts don't link in mod_so. My question then, sho

Re: passing CGI paramters

2007-07-05 Thread Michael Peters
CraigT wrote: > Perrin, > > Is what I'm hearing you say is that in the PerlRun environment (and I'm > guessing the mod_perl environment too), anything that a subroutine uses > coming from outside that code must be passed as a parameter like > '&sub($paramter)'. Am I correct in this. Yes and

Re: passing CGI paramters

2007-07-05 Thread CraigT
Perrin, Is what I'm hearing you say is that in the PerlRun environment (and I'm guessing the mod_perl environment too), anything that a subroutine uses coming from outside that code must be passed as a parameter like '&sub($paramter)'. Am I correct in this. Associating the words scope and