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