#!perl use warnings; use strict; use MyModuleToBeTested; callSomeFunctionThatPrintsToSTDOUT(); #### #!perl use warnings; use strict; #### print `runASecondProgram`;