in reply to Re^2: Aggregating "ok" messages within an aggregating script
in thread Aggregating "ok" messages within an aggregating script
And grep this test.pl and test.... contents of module =test begin ok(1==1, "1 test") ok(2==2, "2 test") =test end
regards> cat test.pl |grep -v "^test" > testfile > perl testfile; prove testfile
|
|---|