in reply to
Re^2: How to test exit? - wrote a quick Test::Exit module
in thread
How to test exit?
You can use Test::Trap , to catch exitcode, stdout, stderr etc of a subroutine
Comment on
Re^3: How to test exit? - wrote a quick Test::Exit module
In Section
Seekers of Perl Wisdom