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
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
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
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
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