Re: Executing perl scripts with a perl script

2004-10-30 Thread Chris Devers
On Sat, 30 Oct 2004, Todd Lewis wrote: > I have serveral perl scripts that I've written seperately. Now I want > to run them sequentially. I don't want to cut and paste them into the > same file to be run. Makes reusablity a pain. Is there a method to do > this? I've tried searching but it appe

Re: Executing perl scripts with a perl script

2004-10-30 Thread Todd Lewis
I have no real working knowledge of perl. Teaching myself as I go. I know what I want to do and I think perl can do most of it, it's just finding the way. These scripts are really not module worthy. They are simple scripts, or run query, output file, read file, retrieve data based on file, outp

Re: Executing perl scripts with a perl script

2004-10-30 Thread Bee
As you ask this question, I assume that you don't know much about how to modualize your scripts. Please refer to : perldoc -f use perldoc -f require perldoc -f do I 'd perfer using 'use', since errors will be told at the compile time, while require is at the runtime. and, I guess you may also wa

Executing perl scripts with a perl script

2004-10-30 Thread Todd Lewis
I have serveral perl scripts that I've written seperately. Now I want to run them sequentially. I don't want to cut and paste them into the same file to be run. Makes reusablity a pain. Is there a method to do this? I've tried searching but it appears I'm not using the correct search words. I'