- Original Message -
From: "Johnno" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 17, 2002 9:19 PM
Subject: [Perl-unix-users] Apache and Perl
> It this possible.. if find out what address was entered into the web
> browers from apache...
>
> this is so that i can run
Johnno wrote:
> It this possible.. if find out what address was entered into the web
> browers from apache...
>
> this is so that i can run a script to pickup a url and redirect it
> somewhere...
>
> otherwise i am going to have heaps of dirs with one index file that does the
> redirect..
Ar
Craig Sharp wrote:
> Hi all,
>
> In a shell programming, I can run a script with a period-space in front of the
>script:
>
> Eg: . script_name.scr
>
> This will cause the variables to be sourced to the parent process. In other words,
>any variables that are created within the child process
From: "Craig Sharp" <[EMAIL PROTECTED]>
> In a shell programming, I can run a script with a period-space in
> front of the script:
>
> Eg: . script_name.scr
>
> This will cause the variables to be sourced to the parent process. In
> other words, any variables that are created within the child
Hi all,
In a shell programming, I can run a script with a period-space in front of the script:
Eg: . script_name.scr
This will cause the variables to be sourced to the parent process. In other words,
any variables that are created within the child process running the script become
available