Re: [Perl-unix-users] Deciding on route by domain

2002-11-21 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: How do you tell the url calling the script? I want to change some of my programs to respond differently based on domain but function the same. For instance, if I have a script running on www.a.com www.b.com www.c.com and want it to d

Re: [Perl-unix-users] Deciding on route by domain

2002-11-21 Thread jna
> [EMAIL PROTECTED] wrote: > > How do you tell the url calling the script? > > > > I want to change some of my programs to respond differently based on domain > > but function the same. For instance, if I have a script running on www.a.com > > www.b.com www.c.com and want it to differentiate by

Re: [Perl-unix-users] Deciding on route by domain

2002-11-21 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: How do you tell the url calling the script? I want to change some of my programs to respond differently based on domain but function the same. For instance, if I have a script running on www.a.com www.b.com www.c.com and want it to differentiate by saying a certain functi