use strict; use warnings; print "Hello world" if 0; exit 1 if 0; exit 0;