Help for this page
#!perl use warnings; ... use MyModuleToBeTested; callSomeFunctionThatPrintsToSTDOUT();
#!perl use warnings; use strict;
print `runASecondProgram`;