END { print "Outside"; } eval { print "Inside\n"; exit; }; print "Outside\n"; ---- Inside Outside [download]
In reply to Re^4: Exiting script from subs by gam3 in thread Exiting script from subs by bradcathey