in reply to END {} not executing

perl -e'$|++;$SIG{INT}=sub{exit};while(1){sleep 1;print "."}END{print" +done\n"}'

See: perlipc