in reply to Unit test - check file created using test::directory

Beside the undeclared $log_fh, the code runs fine in my window, something else is causing this problem. Perhaps you should debug to see which specific line causing the problem. I usually use EPIC (Eclipse Perl integration), you can use other debug methods if Eclipse is not already in your system.

  • Comment on Re: Unit test - check file created using test::directory

Replies are listed 'Best First'.
Re^2: Unit test - check file created using test::directory
by APGRMF (Novice) on Jul 04, 2014 at 07:33 UTC

    Excellent, many thanks. I'll look along these lines