You could override the builtin exit function for your testing
D:\Perl\test>perl58 use subs 'exit'; sub exit{ print 'Exit override received:', @_; CORE::exit(@_); } exit 123; ^Z Exit override received:123
In reply to Re: Unique testing problem
by BrowserUk
in thread Unique testing problem
by zakzebrowski
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |