Help for this page
package Test_Package; ... close $logFile; is($log, 'okay', 'Testing okay');
1..1 not ok 1 - Testing okay ... # got: 'okay.' # expected: 'okay' # Looks like you failed 1 test of 1.