use strict; use warnings; print "Hello world" if 0; exit 1 if 0; exit 0; #### $ perl -MO=Deparse /tmp/compile.pl use warnings; use strict 'refs'; '???'; '???'; exit 0;