Re: Running a perl script thru a perl script

2004-12-21 Thread John W. Krahn
Dave Kettmann wrote: Hello, Hello, I have built a script that has 2 environment variables passed to it and it will take that data and return a value. This script works fine, but there are many possibilites that can be passed to it. I want to build a test case of sorts to pass to this script. You sh

RE: Running a perl script thru a perl script

2004-12-21 Thread Bob Showalter
Dave Kettmann wrote: > Hello, > > I have built a script that has 2 environment variables passed to it > and it will take that data and return a value. This script works > fine, but there are many possibilites that can be passed to it. I > want to build a test case of sorts to pass to this script.

RE: Running a perl script thru a perl script

2004-12-21 Thread Moon, John
Subject: Running a perl script thru a perl script Hello, I have built a script that has 2 environment variables passed to it and it will take that data and return a value. This script works fine, but there are many possibilites that can be passed to it. I want to build a test case of sorts to

Running a perl script thru a perl script

2004-12-21 Thread Dave Kettmann
Hello, I have built a script that has 2 environment variables passed to it and it will take that data and return a value. This script works fine, but there are many possibilites that can be passed to it. I want to build a test case of sorts to pass to this script. In 'meta-code' this is what I