Re: [EMAIL PROTECTED] Re: PerlSetEnv in .htaccess ?

2008-01-24 Thread Dragon
abhishek jain wrote: On second thoughts is there a method by which i can execute some piece of code to execute even before my scripts are called, remember i am on a shared host, abhi End original message. - Child Perl programs inherit the environment of

[EMAIL PROTECTED] Re: PerlSetEnv in .htaccess ?

2008-01-23 Thread abhishek jain
Pl. do not mind i am posting again within an hour, but the problem is taking my nerves, is there a way to go forward i believe the webhost is not allowing to set me PerlSetEnv is there another method to do the same, Expecting replies, abhi On 1/24/08, abhishek jain [EMAIL PROTECTED] wrote: Hi

Re: [EMAIL PROTECTED] Re: PerlSetEnv in .htaccess ?

2008-01-23 Thread Scott Gifford
abhishek jain [EMAIL PROTECTED] writes: Pl. do not mind i am posting again within an hour, but the problem is taking my nerves, is there a way to go forward i believe the webhost is not allowing to set me PerlSetEnv is there another method to do the same, You could try just using SetEnv.

Re: [EMAIL PROTECTED] Re: PerlSetEnv in .htaccess ?

2008-01-23 Thread abhishek jain
On 1/24/08, Scott Gifford [EMAIL PROTECTED] wrote: You could try just using SetEnv. Yes i tried but this was also not working, a 500 internal server error appears, You could also edit your scripts to begin with: $ENV{EMBPERL_OBJECT_BASE}='_base.epl' Actually i want this variable be set

Re: [EMAIL PROTECTED] Re: PerlSetEnv in .htaccess ?

2008-01-23 Thread abhishek jain
On second thoughts is there a method by which i can execute some piece of code to execute even before my scripts are called, remember i am on a shared host, abhi On 1/24/08, abhishek jain [EMAIL PROTECTED] wrote: On 1/24/08, Scott Gifford [EMAIL PROTECTED] wrote: You could try just using

Re: [EMAIL PROTECTED] Re: PerlSetEnv in .htaccess ?

2008-01-23 Thread Scott Gifford
abhishek jain [EMAIL PROTECTED] writes: On second thoughts is there a method by which i can execute some piece of code to execute even before my scripts are called, remember i am on a shared host, I don't know of a way to do exactly this on a shared host. If your provider supports mod_perl