in reply to Re^2: See your test results in color.
in thread See your test results in color.

Well, you could always redirect STDERR to STDOUT like

local *STDERR; open STDERR, ">&STDOUT" or die "cannot dup STDERR to STDOUT: $!\n";

And then deal with only one output stream...

radiantmatrix
require General::Disclaimer;
s//2fde04abe76c036c9074586c1/; while(m/(.)/g){print substr(' ,JPacehklnorstu',hex($1),1)}

Replies are listed 'Best First'.
Re^4: See your test results in color.
by Ovid (Cardinal) on Jan 27, 2005 at 22:49 UTC

    Actually, it looks like petdance is going to create a proper test result object that we will be able to use to fetch this data. He just needs a few tuits, but once that is done, being able to manipulate test results will be much easier.

    Cheers,
    Ovid

    New address of my CGI Course.