in reply to Re: running many small, similar scripts
in thread running many small, similar scripts

++graff. I always have trouble controlling stdin and stdout simultaneously.

I've actually gone ahead and cut the scripts down to config files - using do to read them. So far this seems to work very well - I doubt the speed savings are really worthwhile, but its satisfying to cut out the code duplication.

qq