sub END { system("./dosomething"); } exit 1; #### sub END { local $?; system("./dosomething"); }