in reply to Re: Testing output of logger output when dying
in thread SOLVED: Testing output of logger output when dying

I was using logging to also test my script but it was unwieldy.

I just discovered Test::Fatal which I think will help me solve this problem.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks