[EMAIL PROTECTED] wrote:
>What about namespaces, i.e. how >do I avoid stepping on someone else's variable?Prepend some custom string in front of the VarName: PerlSetVar MyApp_Var1 value1 PerlSetVar MyApp_Var2 value2
Also, note that these are scoped within the <Location> block where they are defined. This means you can actually have different values for different locations, different virtual hosts, etc.
- Perrin