in reply to Re: Chaining scripts smartly
in thread Chaining scripts smartly
Thanks for the help, gaal,
In principle, the scripts could be called in various situations, which is why I wrote them individually. They do relatively generic, simple things, like converting encodings, stripping lines, inserting XML fragments, and so don't really belong together in a single module. So using caller sounds like a good idea.
As to what happens between scripts: nothing. One script reads a file and writes another. This new file is read by the next script, and so on. So in the wrapper script I have to hard-code the names of the intermediate files, which seems somewhat clunky.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Chaining scripts smartly
by gaal (Parson) on Nov 11, 2004 at 12:51 UTC |