in reply to A brief question about testing/best practices
use ModuleA; use ModuleB; use Runner; Runner::run(@ARGV);
As an intermediate step, you can also test existing programs by calling them via an IPC method and examining the output or exit status.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: A brief question about testing/best practices
by Amblikai (Scribe) on Jan 20, 2015 at 20:26 UTC | |
by wee (Scribe) on Jan 20, 2015 at 20:57 UTC |