On Thu, Jul 02, 2015 at 03:22:17PM -0400, Brandon Allbery wrote: > On Thu, Jul 2, 2015 at 3:08 PM, Tom Browder <tom.brow...@gmail.com> wrote: > > > 1. Write the 'main' program as another subroutine and call it from > > each of the appropriate multi > > subs--aarghh! > > > > This seems like the right one to me; it also makes it easier to provide > similar functionality as a library.
This is the approach I would take, yes. Pm