in reply to Re: How to create testcase executor?in thread How to create testcase executor?
See TAP, especially App::prove, and likely Test::Harness.
In fact, I would suggest you make all your test output conform to the Test Anything Protocol (wikipedia), then you can use all the converters and harnesses that Perl provides for test suites.