chromatic$ perl -MO=Deparse print "hi"; if (0) { print "hi" } - syntax OK print 'hi!'; '???';