Help for this page
sub END { system("./dosomething"); } exit 1;
sub END { local $?; system("./dosomething"); }