On 9/11/06, David Golden <[EMAIL PROTECTED]> wrote:
They probably need to be run in the same process. What about using Test::Output or IO::Capture to capture the output (and keep it from Test::Harness) and just running the code with "do code.pl"?
Thanks, this was a good idea though the main problem I had is that I chdir-ed to the 'sample' directory before running the sample scripts. Devel::Cover did not like this. Gabor