zarqon
Well-known member
Good suggestions all. OCW is still in the same basic format as when I wrote it long ago. My more recent scripts are written with an eye to portability, with small main() functions and subroutines moved inside the functions requiring them. OCW could do with something of a revamp in that direction.
That said, I do like the CLI method because you don't have to ensure that the scripts play nicely together -- you can have duplicate functions/variablenames, etc -- and you can also avoid the abort issues.
Looks like I have a pretty big list of things to do to OCW before the next release. Maybe I'll have time to get to that this weekend. Here's hoping.
That said, I do like the CLI method because you don't have to ensure that the scripts play nicely together -- you can have duplicate functions/variablenames, etc -- and you can also avoid the abort issues.
Looks like I have a pretty big list of things to do to OCW before the next release. Maybe I'll have time to get to that this weekend. Here's hoping.