in reply to Sending module output to STDOUT in test

For really fine-grained control you might want to check out Log4Perl (I have recently become a convert). There's a tutorial by the author too: Retire your debugger, log smartly with Log::Log4perl
  • Comment on Re: Sending module output to STDOUT in test

Replies are listed 'Best First'.
Re^2: Sending module output to STDOUT in test
by loris (Hermit) on Sep 02, 2014 at 15:01 UTC

    Good point. Actually my newer modules all do use Log::Log4Perl, but I happened to have to tweak an old one and was to lazy to set logging up.

    Cheers,

    loris