BEGIN { printf("exiting now...\n"); exit(); } END { printf("not executed\n"); }