my first regex i think

2002-03-22 Thread Matthew Harrison
if i have a file delimited by commas and i want to make a script that will search to see if a word, passed in a query string, is in the file, and redirect to one url if i does and one if it doesn't (both urls are also passed via query strings) thanks in advance -- Matthew Harrison

Re: my first regex i think

2002-03-22 Thread Michael Kelly
On 3/22/02 1:26 PM, Matthew Harrison [EMAIL PROTECTED] wrote: if i have a file delimited by commas and i want to make a script that will search to see if a word, passed in a query string, is in the file, and redirect to one url if i does and one if it doesn't (both urls are also passed via

RE: my first regex i think

2002-03-22 Thread Scot Robnett
: Friday, March 22, 2002 3:26 PM To: [EMAIL PROTECTED] Subject: my first regex i think if i have a file delimited by commas and i want to make a script that will search to see if a word, passed in a query string, is in the file, and redirect to one url if i does and one if it doesn't (both urls

RE: my first regex i think

2002-03-22 Thread Scot Robnett
; } -Original Message- From: Matthew Harrison [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 3:26 PM To: [EMAIL PROTECTED] Subject: my first regex i think if i have a file delimited by commas and i want to make a script that will search to see if a word, passed in a query string, is in the file

my first regex i think

2002-03-22 Thread Matthew Harrison
if i have a file delimited by commas and i want to make a script that will search to see if a word, passed in a query string, is in the file, and redirect to one url if i does and one if it doesn't (both urls are also passed via query strings) thanks in advance -- Matthew Harrison

RE: my first regex i think

2002-03-22 Thread Balint, Jess
] Subject: my first regex i think if i have a file delimited by commas and i want to make a script that will search to see if a word, passed in a query string, is in the file, and redirect to one url if i does and one if it doesn't (both urls are also passed via query strings) thanks in advance

Re: my first regex i think

2002-03-22 Thread Michael Kelly
Oops, I didn't realize this was cross-posted, and replied to the first instance I saw (the beginner's CGI list). The Perl beginner's and Perl beginner's CGI lists are, for the most part, mutually exclusive. (Does it or does it not have to do with CGI?). Please don't cross post, people. I assure