variable sharing

2003-05-31 Thread Arshavir Grigorian
Hello, The answer to the question that I am about to ask is no (I think) but I would just like to make sure. Is it possible that calling undef on a global hash in one Apache process not reset the value/contents of the same hash in other Apache processes? I am using Apache::Status to examine

Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Arshavir Grigorian
Hi, I was trying to build Apache 1.3.27 + mod_perl 1.27 from the mod_perl tree. Dir structure as follows: /usr/local/apache2-19 /use/local/apache2-19/build /use/local/apache2-19/build/apache_1.3.27 /use/local/apache2-19/build/mod_perl-1.27 So, following the suggestion from

Re: Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Arshavir Grigorian
Much cleaner. Thanks! I don't even get those nasty warning about barewords, etc. I still think the example in the guide should be updated. Arsh Ged Haywood wrote: Hi there, On Thu, 20 Feb 2003, Arshavir Grigorian wrote: I was trying to build Apache 1.3.27 + mod_perl 1.27 [snip

Re: special characters - html entities

2002-10-22 Thread Arshavir Grigorian
Have you tried using the HTML::Entities module? Good luck. Arsh On Tue, 22 Oct 2002 21:49:00 +0200 allan [EMAIL PROTECTED] wrote: hi i have some troubles with scandinavian characters in form input fields. i wish to translate (or subsitute rather) the special ones into their html

subroutines

2001-10-29 Thread Arshavir Grigorian
Hello All, This might be a very obvious question to many of you, but for me it's still somewhat unclear. I am running Apache 1.3.19 mod_perl/1.24_01 on a RedHat 7.1 box (PC). I have 2 versions of code running under 2 different virtual hosts. As you probably guessed, my subroutine definitions