Re: taint question

2003-01-03 Thread zentara
On Thu, 2 Jan 2003 23:36:04 -0600, [EMAIL PROTECTED] (Reactor) wrote: >I am fairly new to perl, so this is probably looks like a silly question: >I am trying to write text to a file as specified by the query string >environment variable. Since the file names are all numbers, I'm using a >regex to

Re: taint question

2003-01-03 Thread Gunther Birznieks
Reactor wrote: I am fairly new to perl, so this is probably looks like a silly question: I am trying to write text to a file as specified by the query string environment variable. Since the file names are all numbers, I'm using a regex to strip anything other than a digit from the variable, and