$ perl -e'print "a\n";' -e'print "b\n";' -MO=Deparse print "a\n"; print "b\n"; -e syntax OK