Help for this page
use strict; use warnings; ... print "You can see I'm still alive!\n"; eval { exit }; print "You should never see this print\n";