http://qs1969.pair.com?node_id=689196

palette has asked for the wisdom of the Perl Monks concerning the following question:

I have a script maketest.pl running in scheduler.
It uses Test::Harness and executes all other test scripts

When the maketest.pl is executed from command line all the tests and the results are displayed on the screen.

I need it to redirect to a file as it appears on the screen.

With that intention I tried doing, perl maketest.pl > <filename>.

But it only have a summary of the tests and it's not showing the details of all tests as it appears on the screen.

Nedd to know how to achieve this.