On Tue, May 08, 2007 at 01:20:24PM +0200, Krist van Besien wrote: > Suppose I start my apache with an extra paramter, eg "-D FOO". Is > there a way to test for the presences of this parameter from within > mod perl <perl> sections?
TFM would have told you, but you can use Apache->define("FOO"). /joel