Re: [EMAIL PROTECTED] RewriteMap in Perl with other Environment Variables

2005-10-29 Thread Manuel Blechschmidt
Hello allan juul wrote: Manuel Blechschmidt wrote: Hello List, I just wrote a little script which should check URLs from the databse if they are correct. That works fine. But I wasn't able to tell the script to run with other environment variables. The Perl that I use is a custom build of

Re: [EMAIL PROTECTED] RewriteMap in Perl with other Environment Variables

2005-10-29 Thread allan juul
Manuel Blechschmidt wrote: Hello List, I just wrote a little script which should check URLs from the databse if they are correct. That works fine. But I wasn't able to tell the script to run with other environment variables. The Perl that I use is a custom build of a software system that we us

[EMAIL PROTECTED] RewriteMap in Perl with other Environment Variables

2005-10-29 Thread Manuel Blechschmidt
Hello List, I just wrote a little script which should check URLs from the databse if they are correct. That works fine. But I wasn't able to tell the script to run with other environment variables. The Perl that I use is a custom build of a software system that we use. Here are the sources of t

Re: [EMAIL PROTECTED] I'm having trouble using SetEnv on my Macintosh

2005-10-29 Thread Doug McNutt
At 02:56 -0600 10/29/05, [EMAIL PROTECTED] wrote: >I have OS X.3. >SetEnv JPATHj504 /Users/llund/j504 setenv is the tcsh command to set environment and it is case sensitive. In bash one needs to "export" environment variables. OS neXt defaults to bash unless you change it. Global environment va

[EMAIL PROTECTED] I'm having trouble using SetEnv on my Macintosh

2005-10-29 Thread wbs
I have OS X.3. I'm trying to use J (an interpretted language) from jsoftware.com for CGI. But J needs an environment variable set JPATHj504=/Users/llund/j504 If I create a shell script to set the environment variable and then invoke J it works. But I want to avoid the extra file read. J suppo