Re: [Perl-unix-users] Apache and Perl

2002-03-17 Thread stormpunk
- 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

Re: [Perl-unix-users] Apache and Perl

2002-03-17 Thread $Bill Luebkert
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

Re: [Perl-unix-users] Sourcing variable in perl?

2002-03-17 Thread $Bill Luebkert
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

Re: [Perl-unix-users] Sourcing variable in perl?

2002-03-17 Thread Jenda Krynicky
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

[Perl-unix-users] Sourcing variable in perl?

2002-03-17 Thread Craig Sharp
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